Skip to content

Latest commit

Β 

History

History
21 lines (15 loc) Β· 717 Bytes

README.md

File metadata and controls

21 lines (15 loc) Β· 717 Bytes

πŸš€ Clean Architecture App Starter 🌐

Jumpstart your app development journey with this GitHub repository that follows clean architecture principles. Powered by Jetpack Compose, it seamlessly integrates use cases, repositories, Retrofit for network requests, Room for local storage, and a flexible theming system. This starter provides a modular and scalable foundation for your Android app. Happy coding! πŸš€πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

image

Built using:

  • Kotlin
  • MVVM Clean Architecture
  • Compose UI
  • Retrofit2 & OkHttp3
  • Room Database
  • Hilt DI
  • Use cases
  • Unit Testing
  • Kotlin Flow
  • Compose State