Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clint22 committed Mar 6, 2023
1 parent 9edac06 commit 1879116
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# 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?](https://fernandocejas.com/2014/09/03/architecting-android-the-clean-way/)

Tech Stack

* Language: Kotlin
* Async using Kotlin Coroutines
* 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](https://github.com/clint22/Cars/blob/main/previews/cars_clean_code.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](https://www.linkedin.com/in/clint-paul-2504bba7/)__

Also, do checkout my __[blog](https://clintpauldev.com/)__ for Android related articles.

0 comments on commit 1879116

Please sign in to comment.