Working on a DB based application but I've hit a stumbling block on implementation. I have string data stored that I need to use to populate 4 radio buttons with text. I would like to grab this data from the database at random, and display the text as the radio button text.
I'm kind of stumped as to how to get this done. Obviously I won't be using the strings.xml for the radio buttons as the text has to come from the database. What's the best way to get this done programmaticly? I haven't expieremented with setting text during run time in the main class. So far I've only used the string.xml for such objects.
any advice is greatly appreciated.
Thanks!



