Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asifsanjary/learn_about_countries_android_rx_java_room_db
Learn About Countries Android App with RX_Java Room DB
https://github.com/asifsanjary/learn_about_countries_android_rx_java_room_db
android-application room-database rxjava
Last synced: about 1 month ago
JSON representation
Learn About Countries Android App with RX_Java Room DB
- Host: GitHub
- URL: https://github.com/asifsanjary/learn_about_countries_android_rx_java_room_db
- Owner: asifsanjary
- License: mit
- Created: 2024-07-08T06:42:14.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T06:45:08.000Z (6 months ago)
- Last Synced: 2024-07-20T10:29:56.853Z (6 months ago)
- Topics: android-application, room-database, rxjava
- Language: Java
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Learn about Countries [Development Stopped. Contributing elsewhere]
Android App - refreshing my Android Skills and also showcasing
Todos
-
SortShow Columns Functionality - UI Improvement - When user selects a field on Show-bar, it will be showed on the countries-list view
- Add Up-Down arrow somewhere to showcase the sorting in decreasing/increasing
- Fetch and Save and Periodically check for updates
- Choose a stable API for updated country data if possible
- Use room-db for database
- Add Periodic Update logic
- Add search option
- Lots of Todos (Just started)
Screenshot
Thanks to 💚 Catalin Stefan 💚 and his Udemy Course which I used as the base for this project.