? 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.

?how to contribute

  1. Fork it (https://github.com/iamageo/quote/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

GitHub

View Github