On Pause method

not understood when does it happens that the activity is "not in focus, but still visible " on the screen (i e. paused state)?

Paused state is basically when you cant interact with the activity but can see the content of the screen. For e.g. - when a dialog box appears you can’t interact with the activity but you still can see the activity.

ok i got it thanks :slight_smile: