droidwithme / mvvm-clean-architeture

Sample app that follows mvvm with clean architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoreYeah-Sample

Sameple application that follows the clean architecture.

Source Code representation :

1-master : It has the implementaion of latest technologies such as kotlin coroutines, LiveData and repository pattern and Its the newest & latest version of the updated code .

  • data : Contains data layer which has local & remote data sources with repository implementation.
  • domain : Contains the domain layer and useCases with repository interfaces.
  • presentation : Contains the view layer that consists of views & viewModels

Topics Country Times

My Other Work

  1. https://github.com/droidwithme/kotlin-mvp-dagger2-rxjava-clean_architecture-master
  2. https://github.com/droidwithme/android-mvp-architecture
  3. https://github.com/droidwithme/TextLocal-for-OTP-message

My StackOverflow

https://stackoverflow.com/users/4745607/devendra-singh

Rate

If you find this repository useful please give it a star .

About

Sample app that follows mvvm with clean architecture

License:Apache License 2.0


Languages

Language:Kotlin 100.0%