while I was reading tutorials about android programming I saw that all
UI objects such as radio buttons and layouts were declared in the
main.xml file and just refer to using their ids in the java source
code. I was wondering if this always has to been the case? I am trying
to write a application that uses radio button heavily, but the amount
of radio buttons needed is determined by the user. (Like the amount of
possible answers to a question).

So I was wondering if its possible to actually create radio buttons
and add them to user interface from the java source code instead? If
so, are there any tutorials showing how to do this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to