android-build-an-app-architecture-components
android-build-an-app-architecture-components copied to clipboard
9. Introduction to LiveData and ViewModels - LifecycleActivity
trafficstars
LifecycleActivity has been deprecated since android.arch.lifecycle libs are stable version.
Fourth step in introduction to ViewModels can be removed
+1. Do it.
+1
- Introduction to LiveData and ViewModels -->Your Turn: The DetailActivityViewModel -->4.Open ui.detail.DetailActivity. Have DetailActivity extend LifecycleActivity instead of AppCompatActivity.
:dagger: Yup! That point needs to be Removed. :dagger:
Reason : https://stackoverflow.com/questions/23089547/difference-between-extending-lifecycleactivity-activity-actionbaractivity-appc/23090310