🔥
simple quote app using MVVM, Retrofit, Coroutines and Dagger Hilt
💉
quote.mp4
📚
knowledges and technologies
- ViewBinding
- Retrofit
- Coroutines
- MVVM Arquitecture
- Clean Architecture
- Kapt
- Dagger Hilt
📚
use case
- when clicking on the screen a random quote is show
📚
used libraries
- Retrofit: implementation "com.squareup.retrofit2:retrofit:2.9.0"
- Gson: implementation "com.squareup.retrofit2:converter-gson:2.9.0"
- Coroutines: implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0'
- Kapt:
- Dagger Hilt:
Thanks Luke Peavey for awesome library of quotes.
- quotable: https://github.com/lukePeavey/quotable Consume route: https://api.quotable.io/random
🍀
how to contribute
- Fork it (https://github.com/iamageo/quote/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request