This project is an assignment from Media Monks. I created an App where I am displaying data which I am fetching from a fake Api provided by JSONPlaceholder
This app demonstrates the following views and techniques:
- Retrofit to make api calls to an HTTP web service
- Dagger as fully static, compile-time dependency injection framework for the project
- OkHttp to support Retrofit as the client
- Moshi which handles the deserialization of the returned JSON to Kotlin data objects
- Coil as image loading library for Android backed
Jetpack library: 📱