views:

36

answers:

1

Hello -

I am quite familiar with web programming (HTML, PHP, MySQL) and semi-familiar with Android Java programming, and would like to begin a project that combines the two together.

Can someone point me into the right direction for how I would access/manipulate a web-based MySQL database from an android app?

Thanks in advance!

A: 

Hi, You can connect to the MySQL server throw SSH connexion or just create a web service to communicate with MySQL But I advice you to use SQLite DB

You can Explore PhoneGap And you can use JS PHP MySQL to create apps (Take a look on JQtouch, and other JS frameworks)

chahedous