I am developing an app in our college for an event.i wanted to get the value of a variable in that app after every round from all the phones to my computer.How can i do that?
Asked
Active
Viewed 59 times
2 Answers
0
If you want to browse information in database then you can use sqlite master pro app for android but your phone must be rooted. If you want to send database info to computer(server) then you need to write webservice in php or in other language

Sagar Yadav
- 137
- 2
- 11
0
There are many ways but one way
- Create a JSON object containing data you want to store on database.
- Create mysql database in your computer, i use Wamp Server or any of your choice
- Write PHP code with which you can interact with your database (read/write on your database) (read JSON object sent by app and inreturn Send JSON responce you create in php)

AK Janjua
- 44
- 1
- 5