An app that get quotes from an API and let's the user save quotes locally. This app is meant for presentational purposes.
Searching | Adding Favorites | Fullscreen | Sharing |
---|---|---|---|
Clone this project and start via "master" branch to get the latest released version
- 100% Kotlin
- Koin (dependency injection)
- Coroutines, Flows (asynchronous operations)
- Retrofit, OkHttp (REST API)
- Jetpack
- Lifecycle
- LiveData
- Navigation Component
- Room
- ViewModel
- Picasso (image loading)