• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android Activity Lifecycle: onStart() -> onStop() possible?

  • Thread starter Thread starter Cocobella
  • Start date Start date
C

Cocobella

Guest
In the Android Application Fundamentals it says that after the call to the onStart()-method of the activity lifecycle either the callback method Resume() or onStop() is called. In case of an "normal" Start of an activity the system calls onCreate(), onStart(), onResume().

But does somebody know an example where onStart() - onStop() are executed one after another?
 
Back
Top Bottom