开发者

Android:How to get value of dynamically generated (Checked)Radio Button with in List Activity and where to define RadioGroup (in Layout) for List?

开发者 https://www.devze.com 2023-03-26 19:56 出处:网络
1)I used list for generating (dynamically) radio button list in list activity and list is filled from database.

1)I used list for generating (dynamically) radio button list in list activity and list is filled from database. I want value of checked radio button.

2)Another thing:In layout where should have i declare RadioGroup ?? before tag or in layout file where radio button is declared

Thanks in advanc开发者_运维百科e


from your above description i think u need to use the custom adepter

HERE is the link from the u can got the idea

0

精彩评论

暂无评论...
验证码 换一张
取 消