I have a listview of sports on android. Is there a way of sending a MySQL queries with the selected option to a remote database with more info about the sport i
The common database-type for android is sqlite.org
check out this tutorial !!
it shows how to get the connection to the database and how to retrieve/write values there.