I want to know if a user has returned to my app.
I mean, if a user opens my app and then press home button (not back button) and sees his home screen then reopens my app using the launcher icon.
How can I determine that the user performed this action?
Is the onResume()
method the right one for this?