[android-developers] Home button not working as it is supposed to.

2013-06-29 Thread vani reddy
Hi All, When i touch the Home button and open my app , my app doesn't open the screen where it closed.How to get this ? For all the actiivties I have given android:noHistory="true" and HomeScreen to be android:noHistory="true" android:launchMode="singleTask" in the manifest. -- Regards,

Re: [android-developers] Home Button

2011-10-06 Thread TreKing
On Thu, Oct 6, 2011 at 7:20 AM, Ubiracy wrote: > in this application i'm disabling the home button No you're not - you can't disable the home button. - TreKing

[android-developers] Home Button

2011-10-06 Thread Ubiracy
I have an application that has a progressdialog. in this application i'm disabling the home button, but this lock does not work when progressdialog appears. if i touch the home button while the progressdialog appears the application close. o.O help me :D i override the onkeyDown method, but d

Re: [android-developers] Home Button in Android

2011-03-17 Thread Ashish Raut
When i installed the application (Without closing last confirmation screen which automatically come up after installed) and open directly there are two buttons OPEN and DONE (Without pressing DONE) i will open the application and going to the last screen of my app. and then press HOME button after

Re: [android-developers] Home Button in Android

2011-03-15 Thread Ashish Raut
Thank you, for reply me, *My code is here:* http://schemas.android.com/apk/res/android"; package="com.epicomm.wineout" android:versionCode="6" android:installLocation="auto" android:versionName="0.3.6.en">

Re: [android-developers] Home Button in Android

2011-03-15 Thread Dia
Can you show us the Manifest file you use? This is one Manifest I use with no problems. http://schemas.android.com/apk/res/android";> On Tue, Mar 15, 2011 at 7:49 PM, Ashish Raut wrote: > Ye

Re: [android-developers] Home Button in Android

2011-03-15 Thread Ashish Raut
Yes Mark, You are right, but the problem is, When i installed the application (Without closing last confirmation screen which automatically come up after installed) and open directly there are two buttons OPEN and DONE (Without pressing DONE) i will open the application and going to the last scree

Re: [android-developers] Home Button in Android

2011-03-14 Thread Mark Murphy
On Mon, Mar 14, 2011 at 1:40 AM, Ashish Raut wrote: > > I have also one problem related with HOME button, > Problem is: when i clicked on HOME button and go to the Desktop, > and again start my app. from desktop icon, > then it will start from first screen. No state saved, > This problem we are fa

[android-developers] Home Button in Android

2011-03-14 Thread Ashish Raut
I have also one problem related with HOME button, Problem is: when i clicked on HOME button and go to the Desktop, and again start my app. from desktop icon, then it will start from first screen. No state saved, This problem we are facing on Samsung galaxy, It is working correctly on HTC TATTO Reg

[android-developers] Home button LongPress issue.

2010-11-14 Thread Muhammad
Hi I need Immediate help!! When i launch app after splash screen Activity A is launched .In activity A there is a button on clicking that button Another Activity B is being launched which is being updated by a service . And if i click back button of device, home screen of device is displayed, Ba

[android-developers] Home button in Beagle board

2010-08-27 Thread SREEHARI
Hi All, I am testing some android apps in a beagle board with Android 2.1. But I came to know that there is no home button in the board. I have to test some home apps also. How will I get the Home Button pressed?? Is there any way to do this? Thanks, SREEHARI -- You received this message becaus

[android-developers] Home button in Beagle board

2010-08-27 Thread SREEHARI
Hi All, I am testing some android apps in a beagle board with Android 2.1. But I came to know that there is no home button in the board. I have to test some home apps also. How will I get the Home Button press?? Is there any way to do this? Thanks, SREEHARI -- You received this message because

[android-developers] HOME Button

2009-02-24 Thread Immy
On click of some button, is it possible to perform the operation or call the method the HOME button calls by default? In other words, I just want to "Minimize my application" or moving my application to the background on pressing the back button. Thanks, Immanuel --~--~-~--~~