[android-developers] Re: Need some help with MyFirstApp tutorial.

2012-08-24 Thread Juned Khan
it will be better if you show us the logcat Thanks Juned Khan -- 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-de

[android-developers] Re: Need some help with MyFirstApp tutorial.

2012-08-24 Thread Juned Khan
did you defined this class in Androidmanifest.xml file? -- 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-developer

[android-developers] Re: Need some help with MyFirstApp tutorial.

2012-08-24 Thread Jason Sesso
He still hasnt created DisplayMessageActivity.java so it will still error until then. :) On Friday, August 24, 2012 10:28:43 PM UTC-7, Juned Khan wrote: > > Hi > > Use this code > > Intent intent = new Intent(your_current_class.this, > DisplayMessageActivity.class); > > startActivity(intent); >

[android-developers] Re: Need some help with MyFirstApp tutorial.

2012-08-24 Thread Juned Khan
Hi Use this code Intent intent = new Intent(your_current_class.this, DisplayMessageActivity.class); startActivity(intent); -- 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@googlegr