HTC Desire : Exit An Application
Apr 13, 2010How do you do this?

How do you do this?
I want to know about How to exit an application.
In my application there is a button called Exit. when i click the button it should end the application. I trie with finish(). It is not working. It is closing only the current scrren. I need to close all the screens.
I notice that my application continues to run in the background after I hit the home or back button. I tried calling the finish() method and it still says its running. On another note, how do I setup the keyListener to respond to the user hitting the back or home button. I tried implementing OnKeyListener and using findViewById(R.Layout.main).setOnKeyListener(this) to call finish().
View 1 Replies View RelatedHow to exit the current application on a click of any button when I am in the middle of my application? finish() will only finish the current activity not all the activities.
View 1 Replies View RelatedI need to have a "Exit" menu items in my application,My question here is how can i just exit the app,Please throw some light on this is that possible in android if yes then how.
View 10 Replies View RelatedI have requirement that needs to save data to a file. During multiple Activitiy screens, I add different data to a list and finally when user is not using the app (means if user exits app by pressing "home" button or "call" button), just before exiting that app, i want to save that data of the list to a file.
coding before exiting activity screen is simple - by calling onDestory () method, but here I want not one activity but the application exit.
So my question is How do I write a code that will be executed just before application exits ? I tried created one class extends Application, and then I override onTerminate() method, but it's not get called when I exit ( pressing home button on device)
the problem is that this button doesn't exit of my app... it simply closes the current intent ant returns to the previous intent (window) of my app.... how i can do a real exit/close button? i tryed with this:
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
but it doesn't works, because when i turn back into my app, the app comes in the last opened window, and not in the first window of the app, how i can do that? i need that when i re-open my app it starts on the first window of my app
Either exit button or back button only can be implemented in my application. But i want both the implementations in my application
View 1 Replies View Relatedi want to add an exit button to the menu, but didn't see an easy way to close an application or acces all activities of an application and finish them. Is there an easy approach available?
View 11 Replies View RelatedHas anyone experienced the sudden exit from an application or browser? It happens intermittantly on my phone where it will suddenly exit out with a vibration or two and return to main page. This has happened infrequently but many times in the past couple weeks.
View 2 Replies View RelatedIs it possible to stop all started services when the user hits the Home Button? I use:
startService(new Intent(ClassName.this, ClassName2.class));
stopService(new Intent(ClassName.this, ClassName2.class));
This means I will have to somehow add the 'stopService()' for 7+ of my app classes
I've researched this topic and I think there's 'onTerminate' but still not sure how this should be implemented.
In my current application design, I have an activity class application.java (which starts on launching the application), and it does not have a layout(UI screen). I call another class called servicebind.java from the onCreate method of my 1st class. here I bind to the local server (bindServer()). i call back the application class through an intent. Once I am back to my application class, I call my activity class called welcome.java which has a layout/UI. When I run this application, I am able to see the welcome screen. But the problem is, when I click on the back button, I get a black screen with just the title on top. I have to hit back button 3 times to exit the application.
The reason I see from the logs is that, the 1st 2 activity classes (application.java and services.java) does not get destroyed unless I hit the back button. So the 1st time I hit back button, the welcome activity gets destroyed. the next back button destroys the servicebind class and final back destroys the application class. Is the reason because these classes dont have a UI to display in the onCreate method. I do not want to change my design where I bind the service in the servicebind class and call the welcome activity in the application class.
Running a non-rooted 2.2 Desire
So once your phone is mounted as a USB drive(mass storage), how do you exit ?
1. Do you reallly need to ?
2. If you do, how are you doing it ? While i would like to use the extended controls widget, when i do try to turn the USB button off, it says "Mass storage deactivated", and promptly after that " Enabling Mass storage".
I use a file browser to locate the APK, it installs successful and I can run it OK (when clicking "run" after install completes) However, if I then exit the application, I'm unable to see a launcher for it on my apps menu (where I would expect it, like other apps I've created) At the moment, every time I want to run the app, I first have to re-install it so I can access it, surely there must be a better way?
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jameselsey"
android:versionCode="1"
android:versionName="1.0"
>
<application android:icon="@drawable/globe" android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar">..................
on intent when user press back button should exit from the application, how can i track back button and exit from the app?
View 2 Replies View Relatedshould an Android application have an exit button (or menu function) or not? Ok, if there's some service or other resources consuming something running in the background I think the user should have an option to make it stop. But what about an application that would just sit there, inactive? If I take a look at the standard application it seems that the Android philosophy is to keep the applications running and let the system decide when to stop and destroy an application idling in the background. I didn't recognize "exit" or "quit" options in the standard programs. On the other hand - why not let the user decide and give the option to quit some software if he knows it's currently not used. So, what's the advice here? Give even a "passive" application an exit button? Or not and just leave it to the system?
View 24 Replies View RelatedI have an issue with identifying return to application after it was left using Home click. The main purpose of this is to define when do I have to display to user Type Password dialog. So, let's imaging such workflow, User works in application and decides to see what's the weather tomorrow. The User clicks Home button and is transfered to desktop. Now he goes back to My application. At this point we have to verify that our User is still the right one User by proposing him to type password. How can I identify this condition here? (returning after leaving by Home click)
View 1 Replies View RelatedI'm not sure whether I need to add an exit button to my app. Is there any point to doing this? And if on exiting one activity or service is not .finish() or closed properly could this cause a lot of damage?
View 6 Replies View Relatedapplication exit handling. My application has multiple Activity say : - EntryAct, Act1, Act2 .... Act10. When user presses home key on any of these Activities, I need to do some flag setting. Handling home key in every application Activity is not possible! Can someone tell how this can be achieved?Can't change anything in OnPause,OnStop or OnDestory of all activities Act1.
View 2 Replies View RelatedI have an application.In that if we press on home button app closes but when i launch the app it resumes where i stopped.I mean it do not closed completely.how to solve this problem.
View 3 Replies View RelatedI got a text from my service provider this morning, informing me that I had nearly used my allowence on the internet 'subject to their fair use policy' - how do I exit the internet, and how do I make sure I am not connected all the time?
View 7 Replies View RelatedWhen I exit my android application it resumes to the previous screen. How can I exit the Android application properly?
@Override
public boolean onOptionsItemSelected(MenuItem item) {
// TODO Auto-generated method stub
switch(item.getItemId()) {
case EXIT:
try {
this.finish();
} catch(Exception e) {
}
break;
}
return false;
}
I understand when an activity closes, onDestroy() is called. But this is not done always right? Sometimes, onPause() is called. So suppose I want to clear some memory when an activity closes, where exactly do I do it? Since onDestory may not be called, I cannot keep it there either right? Elaborating: I have 2 activities A1 and A2. A1 is hsown in the startup of the app. A1 calls A2 later. Suppose I create a class object in onCreate() of Activity A1. This object must be deleted when the I exit the app, i.e when the app is no longer visible. Is the best place to do this onDestroy() or onStop() of A1? I guess onPause() may not be the right place, because onPause() will be called when A1 calls A2 and I dont want to delete the object then.
View 3 Replies View RelatedI am building an app called spam, it is a mini game.
But when I try to kill the program with Quote:
System.exit(-1);
It comes to a menu saying Accessibility Settings. and not to the menu screen like it should.
Without going into menu-->settings--->apps--->manage apps---> and selecting force stop for running apps that should have been stopped when i left them...? Or am I screwing things up by hitting "force stop". e.g. espn app, cbssports fantasy football app, Network app...none of these have a menu choice to "exit" or stop when i am done with them...OR...should i not worry about it 'cause its really not causing much battery drain?
View 10 Replies View RelatedIs there a way to keep the LED light on and exit the flashlight app? i was trying to do a use the LED light along with a tango call but the stock widget wont allow you to keep the light lit. is there another way?
View 3 Replies View RelatedI am a beginner in android development, wanted to know whether following use case is possible or not Supposing I have 'MyActivity' which starts the in-built SMS application using Intent. In SMS activity, when I Click on 'Send',SMS should be send successfully and it should eixt the application without being inside the SMS application. I mean it should come back to 'MyActivity'.Please, let me know if this usecase works.
View 4 Replies View RelatedDoes anyone know of a way to find out what services are available on up coming interstate exits? I looked around Google Maps and Sprint Navigation and didn't see anything. For example, I would like to have an app tell me, Exit 116 is 20 miles away and it has Shell / Exxon / Texaco gas, McDonald's / Wendy's / Sonic, etc.
View 7 Replies View RelatedI wanna know how to exit an app using back button. For eg: hitting the back button , it should display a dialog box displaying "want to quit" with yes or no option.
View 1 Replies View RelatedI know this sounds a bit stupid(!) but is there a 'correct' way to exit applications? If the app doesn't have a specific Exit button, I just click the Home key to get back to the home screen, but when I look in TasKiller, I have quite a few apps still running...
View 20 Replies View Related