Reputation: 507
i'm trying to create an app that would present a form to the user and stores the user input onto a database present on a server. Also this app should be able to take data from the database and give it to the user. Now, the above mentioned database is already present on a server and a PHP site is being used to query and insert into the database. I want to my app to access this database only. Can anyone tell me how to link up things. If u can provide a link to already existing article, that would also be great. Also i would like to know how to test such apps on the android emulator.
Upvotes: 0
Views: 963