https://github.com/lixoten/dictionary-app-android-kotlin-compose
Search via "Free Dictionary API". Words that are found are cached to a Room Database
https://github.com/lixoten/dictionary-app-android-kotlin-compose
api-rest dagger-hilt dictionaryapi jetpack-compose retrofit2 room-database
Last synced: 12 days ago
JSON representation
Search via "Free Dictionary API". Words that are found are cached to a Room Database
- Host: GitHub
- URL: https://github.com/lixoten/dictionary-app-android-kotlin-compose
- Owner: lixoten
- Created: 2023-03-02T03:22:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T03:24:55.000Z (about 3 years ago)
- Last Synced: 2025-07-18T21:16:38.136Z (11 months ago)
- Topics: api-rest, dagger-hilt, dictionaryapi, jetpack-compose, retrofit2, room-database
- Language: Kotlin
- Homepage:
- Size: 489 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dictionary App
- An app that lets the user search for thru dictionary for words. It uses the "Free Dictionary API".
- Words are cached to a Room Database. It no connection exists, the Api will still work
when searching for words that have been saved to Room Database.
## We use
- Clean Architecture, MVVM, Use Cases, Compose, Rest API, Dagger-Hilt, Coroutines)
### Codelab from Philipp Lackner
https://www.youtube.com/watch?v=Mr8YKDh3li4&t=326s&ab_channel=PhilippLackner
- Fixed all Dependencies to be current.
- Lots of fixes in DTO code. The API has changed and dropped some friends since tutorial
ref: dictionary-app-android-kotlin-compose