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
- Host: GitHub
- URL: https://github.com/mohitgupta121/android-clean-architecture-boilerplate
- Owner: MohitGupta121
- Created: 2023-04-14T18:49:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T18:59:07.000Z (about 2 years ago)
- Last Synced: 2025-02-09T23:18:27.209Z (3 months ago)
- Topics: android, android-application, android-architecture, android-boilerplate, android-development, bolierplate, clean-architecture, dagger-hilt, dagger2-android
- Language: Kotlin
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)