I am trying to figure out how to populate a Spinner (ultimately the whole spinner form) with data retrieved from a remote MySQL database. I read hundreds of examples and tried to reproduce all of them, but to no avail.
I worked with this example from http://www.mickyjay.co.uk/blog/?p=679 I could never get it to work, but it seems to be the most promising of the party.
QUESTIONS:
1) Do I need to use the JDBC bridge to connect to the server? (I read that Android does not come with a library for connecting to a remote server).
2) I'm not looking for someone to do this for me. If anyone has links to resources that are CLEAR and well documented. I would be very grateful.
source share