[android-developers] Re: Go to the home screen.

2009-02-24 Thread Romain Guy
Just press back :) On Tue, Feb 24, 2009 at 9:24 PM, wrote: > > Hi All Android Developers... > > >                           Thanks for the replaies. I want to go to > the home page of android from my activity. Can anybody tell me how can > i do this? I have tried a lot. Thanks in advance. >

[android-developers] Re: Go to the home screen.

2009-02-24 Thread Romain Guy
Or better yet, press the Home key :) On Tue, Feb 24, 2009 at 9:25 PM, Romain Guy wrote: > Just press back :) > > On Tue, Feb 24, 2009 at 9:24 PM,   wrote: >> >> Hi All Android Developers... >> >> >>                           Thanks for the replaies. I want to go to >> the home page of androi

[android-developers] Re: Go to the home screen.

2009-02-24 Thread suhas gavas
hi onclick just write System.exit(1); and it will do the rest for u reagrds, Suhas On Wed, Feb 25, 2009 at 11:07 AM, wrote: > > Hello > > Thanks for the reply. But my question is i have a > exit button. I want to go to the home screen by clicking the button. I > know the onCli

[android-developers] Re: Go to the home screen.

2009-02-26 Thread Zack
Hi, I'm trying to do something similar. My app has 3 activities EULA (checks preference for accepted, so must of the time is not seen) -> Loading Data -> Main Activity If I get to the Main Activity and hit the back button, it goes back to the loading screen. Now, I'm catching onKeyDown, looking

[android-developers] Re: Go to the home screen.

2009-02-26 Thread Zack
Hi, I'm trying to do something similar. I have a few activities in my app. When the app starts it goes from EULA -> Loading Screen -> Main Activity If I get to the Main Activity and hit the back button it will go back to the Loading Screen (which I understand) but now I'm trapping the onKeyDown

[android-developers] Re: Go to the home screen.

2009-02-26 Thread Marco Nelissen
On Thu, Feb 26, 2009 at 5:26 AM, Zack wrote: > > Hi, > > I'm trying to do something similar. I have a few activities in my app. > When the app starts it goes from > > EULA -> Loading Screen -> Main Activity > > If I get to the Main Activity and hit the back button it will go back > to the Loading

[android-developers] Re: Go to the home screen.

2009-02-26 Thread Dianne Hackborn
And for heaven's sake don't call System.exit()! On Thu, Feb 26, 2009 at 10:50 AM, Marco Nelissen wrote: > > On Thu, Feb 26, 2009 at 5:26 AM, Zack wrote: > > > > Hi, > > > > I'm trying to do something similar. I have a few activities in my app. > > When the app starts it goes from > > > > EULA ->

[android-developers] Re: Go to the home screen.

2009-02-26 Thread IPEG Student
On 2/27/09, Dianne Hackborn wrote: > > And for heaven's sake don't call System.exit()! > > On Thu, Feb 26, 2009 at 10:50 AM, Marco Nelissen wrote: > >> >> On Thu, Feb 26, 2009 at 5:26 AM, Zack wrote: >> > >> > Hi, >> > >> > I'm trying to do something similar. I have a few activities in my app. >>

[android-developers] Re: Go to the home screen.

2009-02-27 Thread deepdr...@googlemail.com
you should just remove it from the Java implementation :-) On 27 Feb., 04:40, Dianne Hackborn wrote: > And for heaven's sake don't call System.exit()! > > On Thu, Feb 26, 2009 at 10:50 AM, Marco Nelissen wrote: > > > > > > > > > On Thu, Feb 26, 2009 at 5:26 AM, Zack wrote: > > > > Hi, > > > >

[android-developers] Re: Go to the home screen.

2009-02-27 Thread Zack
Well, that was simple :) Thanks all. I knew System.exit() was what I was looking for. On Feb 27, 3:27 am, "deepdr...@googlemail.com" wrote: > you should just remove it from the Java implementation :-) > > On 27 Feb., 04:40, Dianne Hackborn wrote: > > > And for heaven's sake don't call System.ex

[android-developers] Re: Go to the home screen.

2009-02-27 Thread Zack
Was NOT what I was looking for! On Feb 27, 8:06 am, Zack wrote: > Well, that was simple :) Thanks all. I knew System.exit() was what I > was looking for. > > On Feb 27, 3:27 am, "deepdr...@googlemail.com" > > wrote: > > you should just remove it from the Java implementation :-) > > > On 27 Feb.

[android-developers] Re: Go to the home screen.

2009-02-27 Thread Al Sutton
http://groups.google.com/group/android-developers/browse_thread/thread/fbd891ee591f738d Al. http://andappstore.com/ Zack wrote: > Was NOT what I was looking for! > > On Feb 27, 8:06 am, Zack wrote: > >> Well, that was simple :) Thanks all. I knew System.exit() was what I >> was looking for.