NikhilBhople / mvvm_with_compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvvm_with_compose

Clean Code Architecture using MVVM

data
- LocalDataSource
- RemoteDataSource
- RemoteDto
- ReposiotryImplimentation

Domain
- UseCase
- data classes
- repository interfaces

Presentation
- ViewModel
- Composable
- Activity

Dependency Injection -> Hilt
Api calling -> Retrofit
UI design -> Jetpack Compose

About


Languages

Language:Kotlin 100.0%