Skip to content

This is a simple Android Application created to demonstrate how a simple Architecture can be written for an Android Application with MVVM, Live Data, ViewModel, Retrofit and RxKotlin.

Notifications You must be signed in to change notification settings

vinay4791/AndroidArchitectureDemo

Repository files navigation

AndroidArchitectureDemo

This is a simple Android Application created to demonstrate how a simple Architecture can be written for an Android Application with MVVM, Live Data, ViewModel, Retrofit and RxKotlin.

The Application has an Activity with a recyclerview and data is loaded using retrofit. It demonstrates How business logic is moved into the ViewModel and How Livedata can be used to emit data where the Activity is observing the data. The url used for data is (https://jsonplaceholder.typicode.com/albums/1/photos) Happy Coding !!!

About

This is a simple Android Application created to demonstrate how a simple Architecture can be written for an Android Application with MVVM, Live Data, ViewModel, Retrofit and RxKotlin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages