/MVVMBaseArchitecture

This is a base architecture that can be used to develop an app from scratch using MVVM architecture pattern.

Primary LanguageKotlinApache License 2.0Apache-2.0

MVVMBaseArchitecture

This is a base architecture that can be used to develop an app from scratch using MVVM architecture pattern.

It uses following:

MVVM Architecture

Dagger

Kotlin

Architectural Components

Lifecycle, LiveData, ViewModel

RxJava

Room Database

Networking with Retrofit

Note:- Don't forget to change the Application name in android Manifest file.