Login
Remember
Register
Ask a Question
When is the onStop() method invoked?
0
votes
asked
Oct 7, 2019
in
Android
by
pranay jain
When is the onStop() method invoked?
android-onstop
onstop-method
onstop-method-invoke
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 7, 2019
by
john ganales
A call to onStop method happens when an activity is no longer visible to the user, either because another activity has taken over or if in front of that activity.
...