Get data to android app from mysql server

Posted by Fabian on Stack Overflow See other posts from Stack Overflow or by Fabian
Published on 2010-05-24T17:15:52Z Indexed on 2010/05/24 17:21 UTC
Read the original article Hit count: 429

Filed under:
|
|
|

Hi

i have an 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?

Thank you for your answers!

Fabian

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database