0
I know that activities on Android are stored as a stack. But I needed to use the button onBackPressed()
and go back there are 2 screens behind without recreating this screen. With the Intent it recreates the screen. Is it possible to go back 2 screens without recreating the Activity? Thank you in advance!
thanks I’ll look into it.
– daniel12345smith