Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-lifecycle

MutableLiveData setValue: Unexpected behavior in Activity's onCreate

OnPause is called right after OnResume

Best Way to "Refresh" LiveData Provided by Room Database

Empty savedInstanceState Bundle when restoring a Fragment after double Rotation in replacing Fragment

Can Android kill my app while it is in the middle of a loop execution?

Why this strange behaviour of the `by lazy` delegate in fragments

Can a user interaction trigger events before OnResume has finished?

How to deal with retained data after Activity comes to foreground when using more than one Activity?

LocalBroadcastManager and the Activity lifecycle

How to execute code before Android app is killed

android android-lifecycle

AppCompat Fragment lifecycle changed

CountDownTimer : In Activity, ViewModel or separate class?

Application crashes on rotation without stackTrace

How to check if the Activity is visible? onResume is not enough

Why are lifecycle methods in activity class defined with protected access specifier

viewModelScope not cancelled

What is the difference between requireActivity and onActivityCreated

No super method getLifecycle() after migrating to androidx

In Activity.onCreate(), why does Intent.getExtras() sometimes return null?

Best way to implement Socket.io in android