diff --git a/README.md b/README.md index 617b809503..4df9b182d8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,22 @@ Features: ## Installation -Get it on Google Play +Get it on Google Play + +## Tech Stack + +|Category|Library| +|:-:|:-:| +|Networking|[Retrofit 2](https://github.com/square/retrofit)| +|Serialization|[Gson](https://github.com/google/gson)| +|Local Storage|[Room](https://developer.android.com/jetpack/androidx/releases/room)| +|Asynchronous|[RxJava 2](https://github.com/ReactiveX/RxJava)| +|Architecture|[Clean](https://hackmd.io/@eadm/BJg82eA7N)| +|Dependency Injection|[Dagger 2](https://dagger.dev/)| +|Presentation|[The Elm Architecture](https://github.com/eadm/AndroidKit/tree/master/presentation/presentation-redux)| +|Crash Reporting / Performance Monitoring|[Firebase](https://firebase.google.com/)| +|Navigation|Manual| +|Image Loading|[Glide](https://github.com/bumptech/glide)| ## Support