Re: [android-developers] Changing UI activity in runtime

2011-03-14 Thread Kostya Vasilyev
setContentView(R.layout.m2) 14.03.2011 20:07, a3g пишет: Hi. I need to change the UI of an activity in runtime. In onCreate() method, I write setContentView(R.layout.m1), but in runtime I need to change R.layout.m1 by R.layout.m2 depends on a flag. Any ideas? -- Kostya Vasilyev -- http://

[android-developers] Changing UI activity in runtime

2011-03-14 Thread a3g
Hi. I need to change the UI of an activity in runtime. In onCreate() method, I write setContentView(R.layout.m1), but in runtime I need to change R.layout.m1 by R.layout.m2 depends on a flag. Any ideas? -- You received this message because you are subscribed to the Google Groups "Android Develop

Re: [android-developers] Changing UI

2010-07-03 Thread ghost faithfull
hello there do you mean how to navigate between screens within a single application. well if that what you meant, you would use what is known as INTENT. INTENT are used either explicitly i.e to specify what screen or activity would handle the event or implicitly i.e framework to decide which acti

[android-developers] Changing UI

2010-07-02 Thread Muhammad Ali
Hello to All! I am new to android! I have a query that I have one form in Android app. When I click on next button it should load other components. and hide the previous one or change the screen and load the new requested form. Like if we go in settings and select "Call Settings" it loads the scre

Re: [android-developers] Changing UI

2010-07-02 Thread TreKing
On Thu, Jul 1, 2010 at 5:10 AM, Muhammad Ali wrote: > How can we achieve this? This is like the most basic of Android functionality. Read a book on Android, review the documentation application fundamentals, and go over the samples. -

[android-developers] Changing UI

2010-07-01 Thread Muhammad Ali
Hello to All! I am new to android! I have a query that I have one form in Android app. When I click on next button it should load other components. and hide the previous one or change the screen and load the new requested form. Like if we go in settings and select "Call Settings" it loads the scre