Reputation: 410
is there a way to integrate directly mySQL in my Android project without using php. How can I do it or can I have any tutorials on the topic? If that isn't possible how to make a connection between Java and PHP.
Upvotes: 1
Views: 766
Reputation: 5535
You can Connect mySQL through json parsing
here are some examples
Sending ArrayList from Android to PHP script using JSON
How do i connect mysql database and insert data into it using android code
Diagrammatic Representation
Edit: http://www.trustingeeks.com/connect-android-app-to-mysql-database/
Upvotes: 3