Getting remote database data into local database in android

后端 未结 3 975
感动是毒
感动是毒 2020-12-12 07:40

We want to get the remote database data into local database first and then we want to access the local database. Can you please suggest us how to approach for this with samp

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 08:46

    Have the app query the remote server, return the data from MSSQL to android code via JSON, insert into SQLite.

    Edit: type MySQL to MSSQL

提交回复
热议问题