Search code examples
androidsqldatabaseandroid-sqliteandroid-database

how can i access database inside android appication to my computer


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?


Solution

  • There are many ways but one way

    1. Create a JSON object containing data you want to store on database.
    2. Create mysql database in your computer, i use Wamp Server or any of your choice
    3. 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)