I am a newbie in Android programming and currently I would like to develop an Android application where it needs to be able to enter data like a picture and some other information into a database table.
I have read about json and also about Webservices but I am still kinda confused bout it. Which one to use or how to start it? I would be really glad any of you guys are able to give any idea or suggestions on any tutorials or journals in which i can use to have a headstart on this project?
Thanks in advance.
You can use a combination of jSON and your webservice to get MySQL communication done from your android application, I currently use a lot of this because I like to have my websites linked to the same database essentially.This is a guide for jSON, MySQL and php backend you might find useful, let me know if it was useful MySQL Guide