Hi, If you have different options for the same questions then radiogroup is the best option. You can take a look at the link for programmatically adding stuff to your listview. You will have to inflate your own UI from XML file in getview method.
http://android-codes-examples.blogspot.com/2011/03/customized-listview-items-selection.html -Kaushik On Dec 7, 2:15 am, md ghouse <[email protected]> wrote: > hi everybody i am creating a custom listview with textview radio > buttons .as i am new to this platform i want to know some things > from you guys . first in my app for each question i will be having > different options in that case shall i create the radiogroup in xml > file and radio buttons programmatically or else both things > programmatically and second how can we add radiobuttons > programmatically to custom listview . -- 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

