You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
and at point 4.)Open ui.detail.DetailActivity. Have DetailActivity extend LifecycleActivity instead of AppCompatActivity. we should just keep it AppCompatActivity
The text was updated successfully, but these errors were encountered:
Since the January 22, 2018 release of Architecture components, LifecycleActivity is deprecated.
The
build.gradle
file can be updated to:and at point 4.)
Open ui.detail.DetailActivity. Have DetailActivity extend LifecycleActivity instead of AppCompatActivity.
we should just keep it AppCompatActivityThe text was updated successfully, but these errors were encountered: