• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps To create RadioButtons dynamically, one for each record extracted from Database Table, how proceed

Where to you want them to be on the screen? In a popup? In a preferences screen? We could need some more info.
 
Any tip/sight...
How do radio buttons, id from database[how?], and exist an Edit / Delete key at bottom to submit it, to choose from Database data (phone book app) the record to edit/delete?

I want a radio every record(every dynamically created Textview - that may span two lines?)...so for each record I must dynamically create TextView+RadioButton(inside RadioGroup) but vertically aligned? how vertically...?
 
Back
Top Bottom