HTC Incredible :: Why Droid Applications Don't All Come With Exit Button

Aug 5, 2010

why droid apps don't all come with an exit button. I know you can use the back button to eventually close a program but in so many cases that can mean several taps and in the case of a browser, going back several pages. Using the home button just leave the program running and using resources. It just seems like such an obvious oversight.

HTC Incredible :: why droid applications don't all come with exit button


HTC Incredible :: Official 2.2 ROM - Trying To Exit Applications But Still Active

Jun 18, 2010

I'm running the Lite official 2.2 ROM. I'm seeing a lot more BS running in the background than I used to on 2.1 (using System Panel Lite). Another thing I noticed is that no matter how I try to exit an app, none of them go inactive. They are all still listed as active. I'm not hitting "home" to back out, I'm actually hitting the back button. I didn't used to see this behavior on 2.1-1. If I backed out of an app (gmail, quadrant, youtube, etc) they went to "inactive".

Now all are listed as active I've had a ton of little quirks with this ROM but I've been working through it. It's almost totally up to what I want except the issues of stuff running I don't start ("Mail", BUA, etc) and stuff not going inactive when not in use. I don't use any ATKs or anything, since I know better. But I don't want to have to constantly kill un-needed apps in System Panel because they're not going inactive like they used to.

View 27 Replies View Related

HTC Droid Eris :: Why Don't Applications Have Close / Exit Option

Apr 4, 2010

Why don't apps on Android have Close/Exit? I never know if an app is truly turned off. Internet is perfect example. If I have navigated down a series of web pages and hit the return button, when I reopen the internet it's on that last page as opposed to the home page.

View 4 Replies View Related

HTC Hero :: Correct Way To Exit Applications?

Aug 22, 2009

I 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

Exit App Using Back Button?

Feb 18, 2014

I 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 Related

Android :: Where The Quit / Exit Button?

Oct 28, 2010

I just used some great app and now I'm done, and... I want to *exit* the app. So I look for the 'exit' button.'quit' button.. nope can't find it.. !? Is there really no 'quit' button for android apps? (like in all other operating systems: the X button at the top right corner of the window) Shurely this can't be true. Only way to quit is to go to the home menu and start up a 2nd application dedicated to killing other apps and then kill app nr 1 from that?? Like buying a car that only has an 'on' switch and when i arrive at my destination, I have to open the hood and disconnect a gas lead or sometning to stop the engine.. (Or press the back button 10 times go through all documents you viewed until you reach the home screen). Isn't this like one of the basic features an OS should provide in its user interface?

View 13 Replies View Related

Android :: Button Doesn't Close / Exit On Application?

Nov 24, 2010

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

View 5 Replies View Related

Android :: Exit And Back Button Implementations In Application

Sep 24, 2010

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 Related

Android :: Want To Add An Exit Button To The Menu / Way To Close Application

Aug 10, 2009

i 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 Related

Android :: Exit Current Activity To Homescreen (without Using Home Button)?

May 3, 2010

What I am trying to do is emulating the "Home" button which takes one back to Android's homescreen. So here is what causes me problems: I have 3 launcher activities. The first one (which is connected to the homescreen icon) is just a (password protected) configuration activity. It will not be used by the user (just admin) One of the other 2 (both accessed via an app widget) is a questionnaire app. I'm allowing to jump back between questions via the Back button or a GUI back button as well. When the questionnaire is finished I sum up the answers given and provide a "Finish" button which should take the user back to the home screen.

For the questionnaire app I use a single activity (called ItemActivity) which calls itself (is that recursion as well when using intents?) to jump from one question to another:

Questionnaire.serializeToXML();
Intent i = new Intent().setClass(c, ItemActivity.class);
if(Questionnaire.instance.getCurrentItemNo() == Questionnaire.instance.getAmountOfItems()) {
Questionnaire.instance.setCompleted(true);
} else Questionnaire.instance.nextItem();
startActivity(i);

The final screen shows something like "Thank you for participating" as well as the formerly described button which should take one back to the homescreen. But I don't really get how to exit the Activity properly. I've e.g. used this.finish(); but this strangely brings up the "Thank you" screen again. So how can I just exit by jumping back to the homescreen?

View 2 Replies View Related

Android :: Multiple Back Button Clicks Needed To Exit Application

Jul 30, 2010

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.

View 4 Replies View Related

Android :: Why Dont Android Applications Provide An Exit Option?

Mar 13, 2010

Is there something in the Android developer guidelines that disuades developers from providing the option to "exit" (stop running) an application from within the application itself? I love multitasking and all but it's not clear to me why: the vast majority of apps don't have their own Exit functions and hence just keep running forever don't give you a choice about running when you turn on the phone - they just do by default Both of these things lead to memory usage constantly increasing and your device running with this performance burden all of the time despite the fact that you may only want certain apps to run some of the time.

View 4 Replies View Related

HTC Droid Eris : Back Button And Open Applications

Feb 7, 2010

I was under the impression that the "back button" closes applications.

Apparently this is not true. I always use the "bb" however, I've checked and found that many apps were still open.

For instance: I open messages. Don't actually create one. Press "bb". Check apps and find that it is still running. So what is happening is that after a while there are a bunch of apps still running in the background.

Is there a way to force close? What is the proper way to close an application then?

View 2 Replies View Related

Android :: Android Pressing Back Button Should Exit Application

Mar 1, 2010

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 Related

Android :: Android Application Have Exit Button (or Menu Function) Or Not?

Jan 27, 2009

should 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 Related

Android :: Add Exit Button To Android Application

Nov 3, 2010

I'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 Related

Motorola Droid : How To Exit - Completely - A App

Nov 8, 2009

Is there a button you can hold to completely exit a app while you are in it so it doesn't run the background, I don't like having 12 programs running all the time.

View 14 Replies View Related

Android :: Marketplace View More Applications Button

Dec 30, 2009

Suggestion for the Marketplace: Change the "View more applications" button to be called "More by developer".
Note: It is under the "About the developer" title, however, I doubt many people take notice of the title.
Please leave a comment or suggestion if you agree / disagree.

View 2 Replies View Related

HTC Incredible :: Optical Button Work Same As Power Button On Top Of Phone?

Jun 10, 2010

does anyone know if its possible or what app would be used to have the optical button work the same as the power button on the top of the phone. so if you push the button it would light the display up. or maybe its not even possible.

View 1 Replies View Related

HTC Incredible :: Way To Make Optical Button Into An End Call Button?

May 1, 2010

This would fix my only complaint about the phone! It's quite annoying when I'm in a call and doing something else on the phone, and I lose the soft end call button and can't hang up.

View 1 Replies View Related

Motorola Droid :: Way To Exit Web Pages Without Turning Phone Off?

Feb 7, 2010

This is my first time here and I picked up a Droid last Friday and have already learned a lot about this phone. One problem I would like to know is how do you exit web pages without turning the phone off? When I hit the browser icon, it takes me back to the last page which is still open and I don't know how to close them.

View 3 Replies View Related

Motorola Droid X :: Calibrate Touch And Exit Text Boxes?

Jul 22, 2010

I don't know if this is possible on the X, but how do I calibrate the touch screen? I've noticed two things that are beginning to drive me crazy. The first is that it is so sensitive at times, if I pass my finger over a button without actually touching the screen, it thinks I pressed it and executes the function. Second, I noticed that the spot I touch actually is off a bit so when I try to hit a link from a list (such as a thread here) it will pick the one above it.

View 5 Replies View Related

Motorola Droid :: Reason Some Apps Wont Exit - Quit - End

Dec 28, 2009

Is there a reason some apps won;t exit,quit,end? Or is it poor design. Currently I have seesmis and sportstap which I cant seem to terminate. I like the apps but just dont want them to keep notifying me.

View 6 Replies View Related

Motorola Droid X : Plans To Exit The Wireless-networking Business

Jul 19, 2010

they are splitting the company. The making of wireless-telecom equipment is being sold to Nokia Siemen's Networks. Does that concern any of you who just purchased the Droid X?

View 3 Replies View Related

Motorola Droid X : Close On Exit - Leaves It In Memory Running

Jul 15, 2010

Just got the new Droid X. Coming from a windows mobile phone (which I hated) I have a question on the android OS. It seems that when you are done with an app you just have to hit the menu button again.. but this leaves it in memory running.. is there anyway to close the and and just leave it? I did download the Advanced app killer but that seems silly to have to pick from a list of what you want closed.. I see no way to just close the app you are in.. it should be a default option for every app.. I hope I am just not finding it.. and it is there somewhere..

View 7 Replies View Related

Motorola Droid X :: 2nd Click Of Home Button As Sleep Button?

Nov 2, 2010

I like being able to wake the phone to view the lock screen using the home button at the bottom of the phone, but is there any way to make it so that a second click of that button, or a click of one of the others down there, will make it sleep again? Having to press the power button up top is just an inconvenience.

View 5 Replies View Related

Motorola Droid :: Designate Camera Button To Become Power Button?

Apr 21, 2010

I tried searching for this but couldn't find a thread that discussed it. My power button appears as though its been jammed. I dropped my phone on its corner where the power button is but I don't think thats what the problem is. Anyhow, recently my power button responds but I have to really press it hard and it as though the button is jammed cause it doesn't depress as far.

My question is that is there a way to designate the camera button to become the power button? I know on some phones you can make different buttons do different things and I was curious if this was possible on the Droid.

View 4 Replies View Related

HTC Incredible :: Starting Applications

Jul 20, 2010

Has anyone found a good, reliable application that will allow me to stop other applications from starting with the phone? And yes, I've already looked to see if there are options in some of these that prevent this, but no, there's not.

View 4 Replies View Related

HTC Incredible :: Applications Keeps LED On - Bad For Phone?

Jun 19, 2010

I know there are now apps to keep the LEDs on so we can use it as a flashlight or whatever but does this kill the LEDs? I was thinking why else wouldn't HTC put this functionality into the phone? Maybe the LEDs are only meant to be on for short bursts like for the camera and keeping them on will burn it out.

View 35 Replies View Related

HTC Incredible :: How To Delete Applications That Came With ROM?

Oct 29, 2010

Should I be backing up everything every time I flash a new ROM? In other words, will flashing a new ROM wipe out my contacts and all my apps? If so what all does ROM manager save when I do a backup or restore point? Also, how do I delete apps I don't want that came with the ROM? Such as chrome to phone or the default browser in favor of dolphin browser.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved