An open API service indexing awesome lists of open source software.

https://github.com/mohitgupta121/android-clean-architecture-boilerplate

Android Clean Architecture Boilerplate Code using MVVM, Hilt, Coroutines, Flow, Retrofit, and Coil
https://github.com/mohitgupta121/android-clean-architecture-boilerplate

android android-application android-architecture android-boilerplate android-development bolierplate clean-architecture dagger-hilt dagger2-android

Last synced: about 1 month ago
JSON representation

Android Clean Architecture Boilerplate Code using MVVM, Hilt, Coroutines, Flow, Retrofit, and Coil

Awesome Lists containing this project

README

        

# Android Clean Architecture Boilerplate

This repository contains code for an Android application with basic boilerplate code based on Clean Architecture.

Stack:
- [Kotlin](https://kotlinlang.org/)
- [RxJava](https://github.com/ReactiveX/RxJava) and [RxAndroid](https://github.com/ReactiveX/RxAndroid)
- [Retrofit](http://square.github.io/retrofit/) / [OkHttp](http://square.github.io/okhttp/)
- [Gson](https://github.com/google/gson)
- [Dagger 2](http://google.github.io/dagger/)
- [Timber](https://github.com/JakeWharton/timber)
- [Flow](https://developer.android.com/kotlin/flow)

### Created & Maintained By
Mohit Gupta [@mohitgupta121](https://github.com/mohitgupta121)