Top "Activity-lifecycle" questions

Activities in the system are managed as an activity stack.

Get item view from ActionBar

I have an ActionBarSherlock with one menu item in my bar. When I'm call View item = findViewById(R.id.my_…

android actionbarsherlock activity-lifecycle android-inflate
Activity cannot be converted to LifecycleOwner

I would like to use Room with LiveData, and in other projects I already used it, but in this one, …

android android-room activity-lifecycle android-livedata
Activity layout blinking after finish() is called

When I open my app, an Activity is started, and inside its onCreate method I'm checking some conditions. If the …

android android-activity activity-lifecycle