I have a MySql database with some sports results in it. I want to write an Android application to display these data on mobile phones.
I´ve searched on the internet for this issue, and I think it is not possible to have a direct connection between the MySql database and the Android application. (Is this right?)
So my question is the following: How can I have access in the android application to the MySql database in order to display some of the data?