Kore - Kodi/XBMC remote for Android

Overview

Travis CI status Build Status

Codacy analysis Codacy Badge

Doxygen documentation Documentation

Kore - Kodi/XBMC remote for Android

GitHub repository for the Kore Android app.

Kore is the official remote for Kodi, and aims to be a simple and easy to use remote.

Building

  1. Make sure you have a working Android build system;
  2. The version of Android SDK and Build Tools needed is specified in app/build.gradle. Make sure you have them installed;
  3. Install the version of Android support library that is specified in app/gradle (dependencies section);
  4. Git pull
  5. Gradle should be able to fetch all the other needed libraries.

Testing

  1. Make sure you are able to build Kore as described in the previous section.
  2. To run the local tests see README
  3. To run the instrumented tests see README

We currently use travis-ci to automatically build and run the local tests for each pull request.

Using Docker

  1. Make sure you have a working Docker installation;
  2. Check out the repository
  3. Build the container image: docker build -t kore:latest .
  4. Start container: docker run -it -v $(pwd):/opt/kore kore:latest bash

For listing all tasks, run gradle tasks, for building the app, execute gradle assembleRelease. If you want to run tests, execute gradle testDebugUnitTest.

Credits

Libraries used

Links

License

Copyright 2017 XBMC Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Google Play and the Google Play logo are trademarks of Google Inc.

Comments
  • Local play: Support in-device video playing as 2nd screen

    Local play: Support in-device video playing as 2nd screen

    Feature

    1. Add a new play button in Movie detail view.
    2. When user click the button, if the video is accessible , a video playing intent is initiated. A list of other in-device video player apps pops up, then user can choose one of them to play video.

    Comment

    1. A different button may be needed to give user cue that it's playing in-device instead of the Kodi host.
    2. The same feature will be implemented for TV Show later.
    opened by yytsui 29
  • Seek does not work with Kodi 19 Matrix

    Seek does not work with Kodi 19 Matrix

    Seek is not working from kore, with new kodi v19

    I posted the issue in the kodi repo (https://github.com/xbmc/xbmc/issues/19084) but apparently it's kore's fault, using a deprecated rpc call that was just removed in the latest kodi version. The same problem was already fixed in the ios remote app: https://github.com/xbmc/Official-Kodi-Remote-iOS/issues/95

    opened by cpages 25
  • [Feature Request] Stop button on control buttons panel needed

    [Feature Request] Stop button on control buttons panel needed

    In the current release, the panel with the control buttons (center panel) only has back, pause and forward butons. It would be useful to have a stop button there to avoid having to switch back and forth between left and center panels (tested on an Android tablet only).

    The common use case is flipping through a list of items by playing them briefly before stopping and switching to the next using arrow keys. Now it requires going to left panel, swiping up to get the play buttons and pressing stop and coming back to center panel to use the arrow button to get to the next item in the list.

    Hope I have not missed something in posting the above.

    opened by gvkt 25
  • [Feature Request] Need Favorites in menu

    [Feature Request] Need Favorites in menu

    Don't know if this is possible.

    It would be useful to have a Favorites menu item in the menu panel to bring up Kodi Favorites in one tap. If possible, displaying the Favorites list on Kore itself would be ideal (especially for no-display use for Audio) but this may be difficult to do.

    Perhaps there is a workaround I am not aware of.

    opened by gvkt 22
  • Remote buttons too small

    Remote buttons too small

    Hi, since version 2.2.0 the remote buttons turned from this: screenshot_2017-05-01-18-06-28 to this: screenshot_2017-05-01-18-02-41

    I think it started with https://github.com/xbmc/Kore/issues/299. That guy and I share a similar screen resolution, but with my 54 more vertical pixel I never had overlapping problems. Can this be somehow fine-tuned? Right now I'm on 2.1.0 because I never get the correct button with the small version.

    opened by shibotto 20
  • Implemented unittests to test restoring search query

    Implemented unittests to test restoring search query

    • Added perl tools to generate json files for music and movie data
    • Upgraded build tools version, sdk compile version, and support libraries as this is required by the test packages.
    • Added new product flavor unittest to make sure assets and settings required for testing do not also ship with a release version of Kore
    opened by poisdeux 19
  • A new translation from Transifex

    A new translation from Transifex

    The translation in Polish on Transifex has been completed. You can download them and release a new version of the application. I would like to see and check the translation :wink:

    opened by Valdnet 18
  • Use hardware volume keys from anywhere inside Kore

    Use hardware volume keys from anywhere inside Kore

    • Move dispatchKeyEvent callback for volume control to the BaseActivity to allow all activities to receive hardware button events

    resolves xbmc/Kore#235

    opened by Calebzor 18
  • Control Pad Buttons stopped working BETA 2.3.0

    Control Pad Buttons stopped working BETA 2.3.0

    Kore 2.3.0 on Nexus 5x Android 8.0 Kodi 17.3 (LibreELEC)

    Remote Up-Down-Left-Right- Centre Select buttons in App stopped working All other buttons work ok.

    opened by ukjohnd 18
  • File browser shows wrong directory names

    File browser shows wrong directory names

    It seems as if some directories are named like the scraper result of a file inside that directory.

    I have this directory structure:

    • 60s
      • foo.mp3
    • 70s
      • bar.mp3
    • 80s
      • baz.mp3
    • 90s

    Kore displays the directory like this:

    60s Bar - The Bar Song 80s 90s

    opened by rigid 18
  • Distribution on F-Droid

    Distribution on F-Droid

    Since there are quite a few devices without Google Play (either because Amazon and Friends or willingly), F-Droid would be a good place to distribute the app for everyone else. https://f-droid.org/

    opened by DragoonAethis 18
  • [Feature request] Add compatibility with DuffYou addon

    [Feature request] Add compatibility with DuffYou addon

    Detailed description Currently, kore let you to send youtube links to Kodi and then these are play by YouTube official addon. There are other addons that play YouTube contents as DuffYou. It would be ideal to add the possibility to include a selection window to choose to which addon want you to send the link, not only for the YouTube - DuffYou case, but also for other addons as Twitch or Vimeo.

    Context I have used a lot the funcionality of send youtube links to Kodi, but for some weeks the YouTube addon has stopped working while DuffYou still play videos, but I can't send links from my smartphone.

    Possible Implementation In this website there is a description but it is in spanish. Essentially, I presume the steps to add this funcionality, at least from a backend point of view, are:

    1. Add these lines to the addon.xml file
    1. Invoke play function:

    import duffyou duffyou.play(id, title="", plot="", thumb="")

    being only mandatory the 'id' argument, which is the code after the equal sign. For example, in:

    https://www.youtube.com/watch?v=MQWNuNRPU6c

    The id will be:

    id = MQWNuNRPU6c

    Remark: In case of lists, the id will be 'list=qclWIFxq2F4'.

    1. (Not pretty sure about this) Invoke the resolver function:

    import duffyou url, title, plot, thumb = duffyou.resolver(id, title="", plot="", thumb="")

    End of this issue I don't know if DuffYou is considered a banned addon. Sorry in that case and delete this request, but the extension to send links from vimeo or twitch remains despite I have no idea how to implement it.

    Also, I am still trying to solve my problem with the official YouTube addon, knowing that has nothing to do with Kore neither with my request, which is something I have had in mind for a long time.

    Thanks in advance.

    opened by Josagulop 0
  • Add stop button to notification

    Add stop button to notification

    Feature suggestion

    Detailed Description Currently there are only options for previous stop next in the notification. Can we add a stop button? Screenshot_20221211-095825_One UI Home

    Context

    It would be great to be able stopping Kodi without opening the app

    Possible Implementation

    Additional context, screenshots or links

    Here are some relevant links or screenshots:

    Note: Team Kodi will consider this item however we will not make any promises if it will be included.

    opened by woheller69 0
  • "Send text to mediacenter" menu truncates text

    Bug report

    Describe the bug

    As you can see below, the input field is truncated vertically.

    Screenshot_20221204-152732_Kore

    Expected Behavior

    I expect to be able to see the full input field.

    Actual Behavior

    See above.

    Possible Fix

    Reduce padding around the modal box or set minimum height on that box.

    To Reproduce

    Open the menu on a phone with apparently small display size (Fairphone 3, in my case).

    Debuglog

    Screenshots

    Additional context or screenshots (if appropriate)

    Your Environment

    Used Operating system:

    • Mobile device: Fairphone 3
    • Android version: /e/-OS (Android 9)
    • Kodi version and platform: -
    • Kore version: 3.0.0
    opened by Apollo3zehn 0
  • Music list/search by artist only shows songs by album, ignores songs without album

    Music list/search by artist only shows songs by album, ignores songs without album

    Bug report

    Describe the bug

    Here is a clear and concise description of what the problem is:

    When browsing (or searching for) songs by artist, songs without album information are not reachable; songs with album information are only reachable through the album.

    Expected Behavior

    Here is a clear and concise description of what was expected to happen:

    Kore shows a list from which all songs by the artist are reachable, whether they have album information or not.

    Actual Behavior

    Kore shows a list of albums by the artist (or which contain at least one song by the artist – would need to be checked). There is no way to find a song which has no album information (e.g. because it was not included on an album). For a song which is on an album, you need to know the album, or guess it, or search all albums.

    Possible Fix

    Sort songs similar to the way Kodi does, with two extra entries in the album list: all songs by that artist (regardless of their album information), and a list of singles (i.e. all songs without album information).

    To Reproduce

    Steps to reproduce the behavior:

    1. Populate your music library with some songs by a particular artist, some with an album in the ID3 tag, some without (though otherwise with a valid ID3 tag).
    2. Make sure the music library on Kodi and the mirror on Kore has been refreshed and is up to date.
    3. In Kore, go to Music > Artist (optionally search for an artist) and select one.

    Debuglog

    The debuglog can be found here: Since this seems to be a design issue rather than a programming error and should be easy to reproduce, a debug log presumably will not be of much use. If you still need one, get back in touch.

    Screenshots

    Here are some links or screenshots to help explain the problem:

    Additional context or screenshots (if appropriate)

    Here is some additional context or explanation that might help:

    This issues has been present in all combinations of Kodi/Kore for as long as I can remember (I have been using this combination since 2013/14).. Presumably no one ever thought about this use case (search for non-album songs by a particular artist, or by artist without knowing the album).

    Your Environment

    Used Operating system:

    • Mobile device: Fairphone 4
    • Android version: 12
    • Kodi version and platform: Kodi 19.4, OSMC
    • Kore version: 3.0.0

    note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

    opened by mvglasow 0
  • Sort albums by year (Artist view)

    Sort albums by year (Artist view)

    Feature suggestion

    I have an artist with over 200 albums and those are named "1 foo..." "2 bar..." [...] "100 baz...". The current sorting of those is "1 foo..." "10 bar..." "100 baz..." [...] "199 foo.." and only then "2 bar...". I would like them to be lexically sorted.

    Previously, I would just sort by release year, which matches the numbering scheme nicely. After the v3 release (thanks btw for this beautiful update) the sorting options are gone. Re-implementing them would be welcomed.

    opened by Mynacol 3
  • Sharing a link with Kore always prompts for confirmation

    Sharing a link with Kore always prompts for confirmation

    Bug report

    Describe the bug

    Here is a clear and concise description of what the problem is:

    Ever since I updated to Kore 3.0.0, I always get a double confirmation prompt when sending a Youtube video to Kodi by using Kore. For example, I use an app called NewPipe to browse Youtube videos, then select "play with Kodi", which sends it to Kodi via Kore. Then I get an Android prompt showing "Open www.youtube.com links with Kore?". I can choose "Just once" and "set to always open". The first option works, the second one opens Kore settings in Android, where I can enable "Open support links". The problem is, it is already enabled, as I have done this a thousand times. It used to work flawlessly with Kore 2.

    Expected Behavior

    Here is a clear and concise description of what was expected to happen:

    Sharing to Kodi should work without asking for confirmation.

    Actual Behavior

    I keep getting a confirmation to open youtube links in Kore.

    Possible Fix

    To Reproduce

    Steps to reproduce the behavior:

    1. Use NewPipe, send a video to Kodi
    2. Android asks "Open www.youtube.com links with Kore?". Choose "Always open"
    3. Nothing happens, it will keep asking the same thing

    Debuglog

    The debuglog can be found here:

    Screenshots

    Here are some links or screenshots to help explain the problem:

    Additional context or screenshots (if appropriate)

    Here is some additional context or explanation that might help:

    Your Environment

    Used Operating system:

    • Mobile device:
    • Android version: Android 10
    • Kodi version and platform: 18.9 on ARM
    • Kore version: v3.0.0

    note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.

    opened by lameventanas 3
Releases(v3.0.0)
  • v3.0.0(Oct 5, 2022)

    Lots of changes in this version, the main ones being:

    Migration to Google's Material 3 UI guidelines, which includes:

    • Complete review of themes and colors, adding support for light and dark modes based on the device's settings and for dynamic colors, which change the UI colors depending on the current wallpaper (only available on Android 12 and up);
    • Update of buttons, text boxes, icons, images, etc. to the latest UI standards;
    • Review of transitions between sections and within sections;

    Redesign most of Kore's screens, namely:

    • The Remote screen, adding the current playback state and better media controls allowing for direct control of what's playing;
    • The Now Playing panel, adding the current playback state and media control buttons;
    • The Movies, TV Shows, Music and Addons screens, which went through a redesign, particularly on the actions section. All the previously available actions are still there, they just got moved around (well, except for the IMDb link, which was seldom broken, and therefore was replaced with a generic Google search). Note that the "Play locally" function is now called "Stream", which is more appropriate and concise;
    • The Artist details screen, to show the artist albums beneath its general information instead of on a separate tab;
    • The connection status indication (connecting, not connected or connected) has been improved and made explicit on the various screens;
    • The top app bar is collapsible where appropriate and the remote section allows the background image to use up all the screen;

    Redesign the notifications Integrating them with Android's media notifications, which allows for better control of what's playing when Kore is not in the foreground. Note that, if the media notification disappears after a few minutes even though something is playing on Kodi, that's caused by aggressive battery optimization settings which forcefully stop the notification. This happens with some manufacturers that don't follow Android's guidelines, in a futile and artificial attempt to extend the battery life, and the solution is to check the device's battery settings applied to Kore (the way to do it depends on the specific device, more info can be obtained at https://dontkillmyapp.com/);

    Source code(tar.gz)
    Source code(zip)
  • v3.0.0-beta.1(Sep 20, 2022)

    Lots of changes, too many in fact to list here, the main ones being:

    Migration to Google's Material 3 UI guidelines, which includes:

    • Complete review of themes and colors, adding support for light and dark modes based on the device's settings and for dynamic colors, which change the UI colors depending on the current wallpaper (only available on Android 12 and up);
    • Update of buttons, text boxes, icons, images, etc. to the latest UI standards;
    • Review of transitions between sections and within sections;

    Redesign most of Kore's screens, namely:

    • The Remote screen, adding the current playback state and better media controls allowing for direct control of what's playing;
    • The Now Playing panel, adding the current playback state and media control buttons;
    • The Movies, TV Shows, Music and Addons screens, which went through a redesign, particularly on the actions section. All the previously available actions are still there, they just got moved around (well, except for the IMDb link, which was seldom broken, and therefore was replaced with a generic Google search). Note that the "Play locally" function is now called "Stream", which is more appropriate and concise;
    • The Artist details screen, to show the artist albums beneath its general information instead of on a separate tab;
    • The connection status indication (connecting, not connected or connected) has been improved and made explicit on the various screens;
    • The top app bar is collapsible where appropriate and the remote section allows the background image to use up all the screen;

    Redesign the notifications

    • Integrating them with Android's media notifications, which allows for better control of what's playing when Kore is not in the foreground. Note that, if the media notification disappears after a few minutes even though something is playing on Kodi, that's caused by aggressive battery optimization settings which forcefully stop the notification. This happens with some manufacturers that don't follow Android's guidelines, in a futile and artificial attempt to extend the battery life, and the solution is to check the device's battery settings applied to Kore (the way to do it depends on the specific device, more info can be obtained at https://dontkillmyapp.com/);
    Source code(tar.gz)
    Source code(zip)
  • v2.5.3(Apr 10, 2021)

    • Add support for SendToKodi
    • Add support for sharing from Twitch
    • Allow to disable direct share on a per host basis
    • Bug fixes, specifically issues with thumbnails on Kodi Matrix and errors that prevented downloading files from Kodi
    Source code(tar.gz)
    Source code(zip)
  • v2.5.2(Apr 7, 2021)

    • Add support for SendToKodi
    • Add support for sharing from Twitch
    • Allow to disable direct share on a per host basis
    • Bug fixes, specifically the error that prevented downloading files from Kodi
    Source code(tar.gz)
    Source code(zip)
  • v2.5.1(Jun 9, 2020)

    • Add support for sharing from Arte video (The European Culture Channel) to Kodi
    • Add support for sharing from Amazon Prime Videos
    • Fix download of media files
    • Support local play of items in the "Files" section
    • Various improvements and bug fixes: Fix "Play from here" in the "Files" section, refresh of playlists in the remote, sharing local filenames with spaces in the name, support for self-signed certificates, remember last used tab, etc.
    Source code(tar.gz)
    Source code(zip)
  • v2.5.0(Dec 28, 2019)

    • New search option in PVR section;
    • Allow sorting of PVR recordings and optionally hiding watched items;
    • Add support for sharing local files to Kodi, either by going into the side menu option "Local Files", or by choosing Kore as the share target (when accessing the file, for instance via a file browser);
    • Allow changing Kore's language in Settings;
    • Support sharing from Soundcloud to Kodi;
    • New sort option for albums, movies and tv shows (by year);
    • New color themes (Sunrise and Sunset) and tweaks to the others;
    • Scroll titles, when these are too long to fit in the Now Playing and Info screens;
    • Show all the available playlists (in the playlist screen), even when nothing's playing;
    • Update notifications to use the default Android style
    • Movie ratings added to movie list
    • New translations (Korean, Slovak)
    • Bug fixes and UI tweaks
    Source code(tar.gz)
    Source code(zip)
  • v2.4.7(Feb 11, 2019)

  • v2.4.6(Jan 14, 2019)

  • v2.4.5(Dec 27, 2018)

  • v2.4.4(Jul 7, 2018)

  • v2.4.1(Jun 9, 2018)

  • v2.4.0(May 28, 2018)

    • Enable playing movies locally on device
    • Add new setting to use skip steps instead of seeking in the notification
    • Improve sharing from youtube
    • Bug fixes and UI tweaks
    Source code(tar.gz)
    Source code(zip)
  • v2.3.2(Sep 15, 2017)

    • New slide up panel with media controls on information screens
    • Added new Favourites section to the navigation side panel
    • Remote bottom bar shortcuts now configurable through Settings
    • Added watched indicator to movies and tv shows list
    • Various UI tweaks, including new colors and icons
    • Bug fixes
    Source code(tar.gz)
    Source code(zip)
  • v2.3.1(Sep 8, 2017)

    • New slide up panel with media controls on information screens
    • Added new Favourites section to the navigation side panel
    • Remote bottom bar shortcuts now configurable through Settings
    • Added watched indicator to movies and tv shows list
    • Various UI tweaks, including new colors and icons
    • Bug fixes
    Source code(tar.gz)
    Source code(zip)
  • v2.3.0(Sep 1, 2017)

    • New slide up panel with media controls on information screens
    • Remote bottom bar shortcuts now configurable through Settings
    • Added watched indicator to movies and tv shows list
    • Various UI tweaks, including new colors and icons
    • Bug fixes
    Source code(tar.gz)
    Source code(zip)
  • v2.2.0(Feb 1, 2017)

    • Redesign settings screen
    • Redesign TV show details to include next episodes and seasons list
    • Show volume level on the Now Playing screen
    • Added various new sort options on movies, TV shows and albums lists
    • Improved songs list, showing the artist name on each song
    • Support sharing to Kodi plain video urls
    • New option: keep screen on when using the remote
    • Various UI tweaks
    • Bug fixes
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Dec 16, 2015)

    • PVR support
    • New animations on transitions from list to details screens
    • Added option to play/queue entire album, artist or genre
    • Improve library syncing
    • Various tweaks
    • Bug fixes
    Source code(tar.gz)
    Source code(zip)
  • v1.5.0(Jul 30, 2015)

    • D-pad buttons can skip forward/backward when media is playing (if EventServer is enabled in the media center's configuration, and accessible in Kodi)
    • Added new screen to show all cast in movies and tv shows
    • Added vibration option to d-pad buttons
    • Add stop button to remote screen
    • Fix youtube share behaviour
    • Czech translation
    • Simplified Chinese translation
    • Russian translation
    • Basque translation
    • Spanish translation
    • Bug fixes
    Source code(tar.gz)
    Source code(zip)
  • v1.4.0(Apr 25, 2015)

  • v1.3.0(Apr 9, 2015)

  • v1.1.0(Feb 17, 2015)

    • Replace Codec button with Context button on remote. Codec info is now available through a long click on Info button
    • Added now playing notification
    • Use hardware volume keys to control volume
    • Italian translation (by Enrico Strocchi)
    • Improved music library sync
    • Visual tweaks
    Source code(tar.gz)
    Source code(zip)
Owner
Team Kodi
Team Kodi
The application is a PoC that helps in identifying modern bankers, potentially malicious and remote controlling applications abusing Android AccessibilityService.

Motivation Project aims to help in: identifying keyloggers and events hijacking malicious applications such as Anubis/TeaBot, identifying a "fake bank

Krzysztof Pranczk 33 Dec 9, 2022
ICSx⁵ is an Android app to subscribe to remote or local iCalendar files (like time tables of your school/university or event files of your sports team).

ICSx⁵ ICSx⁵ is an Android app to subscribe to remote Webcal feeds / iCalendar files (like time tables of your school/university or event files of your

bitfire web engineering 60 Dec 28, 2022
PortalController - A rudimentary TeamViewer-like remote control app for Android, using ws.

PortalController A TeamViewer-like app for Android-to-Android remote control, using node.js and websockets (ws). Some insight The reason I call it rud

Mike Anderson 10 Dec 15, 2022
Usages of Factory Method for Data Source Layer (Local/Remote - Repository) with DI & MVVM [Android].

Usages of Factory Method for Data Source Layer (Local/Remote - Repository) with DI & MVVM [Android] Stacks: MVVVM DI (Hilt) Factory Method (Design Pat

Romman Sabbir 4 Aug 9, 2022
Movies-db-example - Sample Android application that loads movies data from a remote server

Movies Application Sample Android application that loads movies data from a remo

Bilal Ibrahim Hairab 0 Feb 8, 2022
Clean architecture dictionary app fetching remote data with local caching

ComposeDictionary Clean architecture dictionary app fetching remote data with local caching Installation Clone this repository and import into Android

Timothy Serem 2 Feb 19, 2022
This component allows you to interact with remote machine via SSH. You can execute commands or run scripts located on that machine

th2 act ssh (1.2.0) Overview Provides user with the ability to execute specified scripts or commands with the parameter he needs Custom resources for

th2 1 Dec 18, 2022
android-delicious Delicious Android is an Android app which helps you access and save bookmarks via Delicious. It's available over at Google Play.

Delicious Android Delicious Android is an Android app which helps you access and save bookmarks via Delicious. It's available over at Google Play. Fea

Alexander Blom 137 Nov 20, 2022
Android cutout screen support Android P. Android O support huawei, xiaomi, oppo and vivo.

CutoutScreenSupport Android cutout screen support Android P. Android O support huawei, xiaomi, oppo and vivo. Usage whether the mobile phone is cutout

hacket 5 Nov 3, 2022
FoldingNavigationDrawer-Android This is a sample project present how to use Folding-Android to add Folding Efect to Navigation Drawer.

FoldingNavigationDrawer-Android Sample (Play Store Demo) This is a sample project present how to use Folding-Android to add Folding Efect to Navigatio

null 242 Nov 25, 2022
Twidere-Android Twidere is a powerful twitter client for Android 1.6+ 1 , which gives you a full Holo experience and nearly full Twitter's feature.

Twidere for Android Material Design ready and feature rich Twitter/Mastodon/Fanfou app for Android 4.1+. Enjoy Fediverse now! Twidere-Android is maint

Twidere Project 2.7k Jan 2, 2023
:movie_camera: Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM + Repository + Offline support + Android Architecture Components + Paging library & Retrofit2.

Popular Movies Stage 1 + Stage 2 Discover the most popular and top rated movies playing. Movies data fetched using themoviedb.org API. ✨ Screenshots M

Yassin AJDI 189 Nov 26, 2022
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!

Spokestack is an all-in-one solution for mobile voice interfaces on Android. It provides every piece of the speech processing puzzle, including voice

Spokestack 57 Nov 20, 2022
Aggregated Android news, articles, podcasts and conferences about Android Development

DroidFeed Curated news feed for Android Developers! Stay up to date with the latest Android Development news. Built for the Android developer communit

Dogan Gulcan 183 Dec 2, 2022
Shreyas Patil 2.1k Dec 30, 2022
A simple app to showcase Androids Material Design and some of the cool new cool stuff in Android Lollipop. RecyclerView, CardView, ActionBarDrawerToggle, DrawerLayout, Animations, Android Compat Design, Toolbar

#Android-LollipopShowcase This is a simple showcase to show off Android's all new Material Design and some other cool new stuff which is (new) in Andr

Mike Penz 1.8k Nov 10, 2022
The Android startup used to schedule tasks, jobs while launching Android App.

Android Startup, schedule your startup jobs Introduction AndroidStartup is an open source project used to refine your Andriod App startup. Compared wi

ShouHeng 46 Aug 24, 2022
Android playground project with modularization by feature (android libraries), unit tests, MVVM & MVI.

Movies Movies is a simple project to study and play with some android components, architecture and tools for Android development. Tech Stack This proj

Christopher Elias 333 Dec 30, 2022
🌄 Photo editor using native modules for iOS and Android. Inherit from 2 available libraries, Brightroom (iOS) and PhotoEditor (Android)

React Native Photo Editor (RNPE) ?? Image editor using native modules for iOS and Android. Inherit from 2 available libraries, Brightroom (iOS) and Ph

Baron Ha. 242 Dec 28, 2022