I’m new to android development. I’ve started with an app on eclipse using java which uses a database of locations. My question is, how would I be able to connect my android app which to the database. Also suggest a suitable way of creating the database. Can I create it in mysql and then import in eclipse?
Share
Look here.
I hope this will help you.
If you want to use
MySQLto insert the data then useweb serviceto send data inXMLformat fromandroidtoweb service.