Hi, I am in the process of building an app that runs on a client device collecting various bits of data and then posting it to a remote mySQL database via php. This part is no problem and works successfully. The remote DB is host to a server process that performs various matching exercises on the data based on various conditions and returns a variable-sized data list back to client phones which it is intended to display in a selectable list (so a phone user can select to view and act upon the information).
I have successfully retrieved the records from the mySQL DB and displayed them as static JSON to String text elements on a phone. BUT I have been spending days now trying to figure out how to get the JSON elements (or String elements) to display as selectable items. Can it be so difficult? Any help really appreciated -- 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

