Re: [android-developers] How to go to Home screen..?

2010-12-24 Thread Abhilash baddam
Hi swaroop,

 Here what you mentioned the class HomeScreen which is user
defined  class. I asked about  Mobile HomeScreen.

On Fri, Dec 24, 2010 at 1:24 PM, swaroop chandak
swaroop.andr...@gmail.comwrote:

 Simple dude..
 just call intent for this homescreen class..
 like..

 Intent homeScreen=
 *new* Intent(*this*,HomeScreen.*class*);

 startActivity(homeScreen);



 Swaroop


 On Fri, Dec 24, 2010 at 1:21 PM, Abhilash baddam 
 abhilash.androiddevelo...@gmail.com wrote:

 Hi friends,

When the user clicks on a button, I want to navigate the
 screen into Home Screen. How can we achieve this.





 Regards,
 Abhilash


 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] How to go to Home screen..?

2010-12-23 Thread Abhilash baddam
Hi friends,

   When the user clicks on a button, I want to navigate the
screen into Home Screen. How can we achieve this.





Regards,
Abhilash

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to go to Home screen..?

2010-12-23 Thread swaroop chandak
Simple dude..
just call intent for this homescreen class..
like..

Intent homeScreen= *new* Intent(*this*,HomeScreen.*class*);

startActivity(homeScreen);



Swaroop


On Fri, Dec 24, 2010 at 1:21 PM, Abhilash baddam 
abhilash.androiddevelo...@gmail.com wrote:

 Hi friends,

When the user clicks on a button, I want to navigate the
 screen into Home Screen. How can we achieve this.





 Regards,
 Abhilash


 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en