This is a fairly simple, and common, problem. Do you know how to dynamically add things to views? For example, you could have a LinearLayout, and then on the fly allocate Button objects.
On Sat, Jan 21, 2012 at 5:13 PM, Ubiracy Santos <[email protected]> wrote: > Can anyone give me an idea of how to create dynamic buttons? For > example ascreen that has 6 buttons with different actions. > > I own a web service that returns me an xml file that says where it > goes when we touch the button. One of the buttons can start another one can > open a website listing for example. > > Any idea is welcome ;) > > -- > 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 -- 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

