0 votes
in Android by
When is the onStop() method invoked?

1 Answer

0 votes
by
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.

Related questions

0 votes
asked Jan 17, 2021 in Python by SakshiSharma
0 votes
asked Sep 4, 2023 in Android by Robindeniel
...