codelab-android-lifecycles icon indicating copy to clipboard operation
codelab-android-lifecycles copied to clipboard

@OnLifecycleEvent deprecated

Open tugceaktepe opened this issue 3 years ago • 0 comments

Dear Experts,

In step 4, maybe documentation can be update about that @OnLifecycleEvent is deprecated. Since Java 8 interfaces allow default implementations, we should update this annotation with DefaultLifecycleObserver or LifecycleEventObserver if our project Java target is 8 and above.

Codelab: https://developer.android.com/codelabs/android-lifecycles?index=..%2F..%2Findex#4:~:text=5.%20Step%204%20%2D%20Subscribe%20to%20Lifecycle%20Events Ref: https://developer.android.com/reference/androidx/lifecycle/OnLifecycleEvent

Have a nice day. :)

tugceaktepe avatar Jul 25 '22 13:07 tugceaktepe