Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.06 KB

Cars

Cars is a sample project I built based on the clean architecture method in Android suggested by Fernando Cejas. Please check the following article if you want to read more about it.

Architecting Android...The clean way?

Tech Stack

  • Language: Kotlin
  • Async using Kotlin Coroutines
  • Dependency injection: Dagger Hilt
  • Network library: Retrofit
  • Image Library: Glide
  • Splash screen using Splash API
  • Offline using Room
  • Date Time Utils using Joda time
  • Lottie for better error UI handling

Preview GIF

Please note

I'm using a temporary JSON bin to fetch the details. If the network call is failing using the sample app, you have to change the base URL and end URL accordingly.

Find this repo useful 🤟?

Please star it 🌟 and follow me on LinkedIn

Also, do checkout my blog for Android related articles.