Hi,
I’m looking to develop an Android application that pulls information from an SQL database.
I have an SQL database, with a table set up of places (pubs), that contains their name, address, telephone number, Longitude and Latitude.
The application I need, needs to be able to pull this information from the database, create a list view of all the names of the pubs, and when one is selected it will open a new view which will show all the details (Name, address, telephone no.) The list wo…
