Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharierhea/flightsearch
A simple codelab to learn data persistence that displays airports and flights based on a database. Users can add and remove favorite routes and their last search is saved.
https://github.com/sharierhea/flightsearch
android-development codelab data-persistence jetpack-compose mobile-development
Last synced: about 1 month ago
JSON representation
A simple codelab to learn data persistence that displays airports and flights based on a database. Users can add and remove favorite routes and their last search is saved.
- Host: GitHub
- URL: https://github.com/sharierhea/flightsearch
- Owner: SharieRhea
- Created: 2024-03-28T13:10:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T14:01:57.000Z (9 months ago)
- Last Synced: 2024-12-18T23:43:16.603Z (about 1 month ago)
- Topics: android-development, codelab, data-persistence, jetpack-compose, mobile-development
- Language: Kotlin
- Homepage:
- Size: 529 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Flight Search Codelab
Disclaimer: Please note that this project is from the [Android Basics with Compose](https://developer.android.com/courses/pathways/android-basics-compose-unit-6-pathway-3) course and was created for learning purposes only.
### Images
### Features
* Search for airports based on either name or IATA code
* Add and remove favorite routes with persistence
* Display favorite routes when search bar is empty
* Persist search bar contents between app launches### Tools
* Room Database
* Preferences DataStore