1

I have a problem with android application which disappears from running processes after going back to android start screen. I don't know where the problem might be. Please help...

Thanks in advance.

silaros88
  • 65
  • 1
  • 7

1 Answers1

0

In android, when you press the back hard key, an activity is closed.
When the home hard key is pressed, the activity is pushed to the background.

Check this out.
Android - How To Override the "Back" button so it doesn't Finish() my Activity?

Android: Prompt user to save changes when Back button is pressed

Community
  • 1
  • 1
Harsha Alva
  • 394
  • 1
  • 3
  • 18