Connect to a remote database…online database

后端 未结 4 987
南方客
南方客 2020-12-15 13:03

I\'ve been looking for a week now... I need some help connecting to a remote database... I want my app to get data out of the database and update the database... I\'ve tried

4条回答
  •  [愿得一人]
    2020-12-15 13:35

    1. Create the database in the server
    2. Write server side program to store and retrieve data
    3. write the android program to access the data using HttpPost class

    All the best...

提交回复
热议问题