An open API service indexing awesome lists of open source software.

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

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