Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 862 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 862 Bytes

Dagger_MVVM_Architecture

This is the demo for MVVM architecture using Dagger and data binding

ViewModel - Manage UI related data in a lifecycle conscious way and act as a channel between use cases and ui DataBinding - support library that allows binding of UI components in layouts to data sources,binds character details and search results to UI Dagger 2 - For Dependency Injection. Retrofit - To access the Rest Api