Hi so basically im trying to create a simple gui or a layout for android, and I'm really new to Android developing. I already found a way to create a list of stuff using ListActivity, and using the command
setListAdapter(....) which im assuming depending on your layout which in my default one has only 1 text box that it would create a list of the text boxes. but so for my gui i want the display to have a list of the items like ListActivity does but add a button on the bottom of the screen I wasnt sure how to do this because if i add to my xml i might add a list of buttons next to each of the text so.... any ideas? -- 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

