Re: [android-beginners] how to open the new screen

2010-01-28 Thread Wayne Wenthin
You'll want something like this in your onCreate requestWindowFeature(Window.FEATURE_NO_TITLE); //Turn off the title bar getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); //Make it full screen On Thu, Jan 28, 2010 at 5:55 AM, me,Rames

Re: [android-beginners] how to open the new screen

2010-01-28 Thread me,Ramesh Yankati
You need to use Intent. like Intent intent=new Intent(); intent.setclass(this, class_name); etc.. Regards Ramesh. On Sun, Jan 24, 2010 at 8:21 PM, crajesh wrote: > Hi, > > i am new in android, i need to open the new screen, how to open it > > > Thanks > C.rajesh > > -- > You received this me

[android-beginners] how to open the new screen

2010-01-26 Thread crajesh
Hi, i am new in android, i need to open the new screen, how to open it Thanks C.rajesh -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/ta