mvp-android-arch-component icon indicating copy to clipboard operation
mvp-android-arch-component copied to clipboard

Android MVP sample adapts with new Android architecture components (Lifecycle, Room).

Results 1 mvp-android-arch-component issues
Sort by recently updated
recently updated
newest added

You can have the presenter be a subclass of the ViewModel class and update data on the ui with the help of LiveData. If you think it's a good idea...

question