Skip to content

Just a sample app to demonstrate MVVM architecture with jetpack arch c omponents

License

Notifications You must be signed in to change notification settings

prerak-trivedi/mvvm-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MVVM Sample Project

Just a sample project to demonstrate a simple use case for using MVVM architecture along with the Arch Extensions library

Currently, only SplashActivity observes the streams on SplashViewModel and accordingly updates the UI.

A handler is used to simulate network calls and notify the view. Obviously, in reality it should be replaced with DataManagers which make the actual network calls to get the DataModels from the server.

Releases

No releases published

Packages

No packages published

Languages