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.
On step 9, you are including the following dependencies for lifecycle:
compile "android.arch.lifecycle:runtime:1.0.0-alpha9"
compile "android.arch.lifecycle:extensions:1.0.0-alpha9"
annotationProcessor "android.arch.lifecycle:compiler:1.0.0-alpha9"
but with this libreries the postValue() make my application crash, instead of this I use:
and i change again DetailActivity extends from AppCompatActivity instead of LifecycleActivity, because on this version is deprecated.
If his problem is also fixed, could you please, update this tutorial?
The text was updated successfully, but these errors were encountered: