Hey everyone. I have a search screen that connects to an external webservice, parses the xml, and returns an ArrayList<Customer> of objects. My Customer class defines a toString() method. I am stuck at the point of actually being able to populate an embedded ListView on the Activity.
My goal is to have the user enter a search string, hit the search button, then display the list. I have two questions. 1. How can I tell the soft-keyboard to stop displaying after the user hits the search button/ 2. How can I populate the List and make it display? I have the code for the activity and the layout xml file here; http://pastebin.com/5g7TSrxX Thank you in advance for any advice! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe from this group, send email to android-beginners+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

