android - Fragment OnStop() Called when the Fragment is no longer started? -


i confused documentation fragments

http://developer.android.com/reference/android/app/fragment.html#onstop()

called when fragment no longer started.

as know if user navigates backward or fragment replaced/removed onstop() called.

can explain me how onstop() called when fragment no longer started?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -