| Author |
creating listview dynamically with radio buttons
|
ghouse mohammed
Greenhorn
Joined: Nov 23, 2011
Posts: 15
|
|
|
hi everybody i want to create a custom listview with radiobuttons in which data is taken dynamically means it is stored in string.xml where each question can have different options i know how to create custom listview but i dont know about radiobuttons . how can i do it any suggestions will be a great help for me .thanks in advance.
|
 |
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
|
Define a custom layout for list item which is having radio buttons in it. Pass this layout in your custom adapter. And use it.
|
 |
 |
|
|
subject: creating listview dynamically with radio buttons
|
|
|