AFFORDABLE

Android when application exit?
Android application can be exit by pressing the back button. Sometimes a confirmation for exit is asked on pressing the back button.  
Choose an option which confirms the exit from the application and then you will exit from the application.
In some applications, an exit button is there. On clicking that button, you can easily exit the application.
You can also exit an app using codes. If you want to quit a app then use 
System.exit(0);
Your app will be closed immediately on using the above code without displaying ANR dialog or something like that.  

Your Answer






Related :


Android applications you should have?
2552 days ago
  • Answer
  • View
  • 1

    answer

Android when application is background?
2543 days ago
  • Answer
  • View
  • 0

    answer

Android why extend application?
2552 days ago
  • Answer
  • View
  • 1

    answer

Application android who is it?
2552 days ago
  • Answer
  • View
  • 1

    answer

Applications every android should have?
2552 days ago
  • Answer
  • View
  • 1

    answer

How can i create android application?
2537 days ago
  • Answer
  • View
  • 0

    answer

How android application works?
2542 days ago
  • Answer
  • View
  • 0

    answer

How can i build a mobile application?
2537 days ago
  • Answer
  • View
  • 0

    answer