Hi,
I have an SQL database stored locally, a PHP page to run SQL commands and convert the results to Json, and an android app that can read in the Json results.
I need to convert this Json data into a ListView, and have it that when an item is selected it will display all the information in the database.
I can supply the sql file so you can work off the sample database I was working on, the PHP page, and the application file, I just need for someone to complete the converting Json to a …
