Jetpack compose clean architecture dictionary android app fetching remote data with local caching
- Search any dictionary word and provide meaning and other information about the word
- Save searched words locally for caching and offline use
Clone this repository and import into Android Studio
git clone git@github.com:kiptechie/ComposeDictionary.git
This project is mantained by:
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push your branch (git push origin my-new-feature)
- Create a new Pull Request