https://github.com/isanjary/learn_about_countries_android_rx_java_room_db
Learn About Countries Android App with RX_Java Room DB
https://github.com/isanjary/learn_about_countries_android_rx_java_room_db
android-application room-database rxjava
Last synced: 7 months ago
JSON representation
Learn About Countries Android App with RX_Java Room DB
- Host: GitHub
- URL: https://github.com/isanjary/learn_about_countries_android_rx_java_room_db
- Owner: isanjary
- License: mit
- Created: 2024-07-08T06:42:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T06:45:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T01:18:34.366Z (over 1 year 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.