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://
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
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
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
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.
-
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
6 matches
Mail list logo