Getting remote database data into local database in android

后端 未结 3 978
感动是毒
感动是毒 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:27

    Get desired data from mysql ...in the form of xml from server. Parse that xml in android and fill desired java beans inside collection. then write state of object's in collection to sqlite dataabase.

提交回复
热议问题