简体   繁体   中英

store MySQL server fetched data in android app while no connection available`

I had created a android app those data updates from MySQL server when connection is available, Now I need to store previously fetched data in app and update them if new data is available. my data size is not more than 1 MB, which will the best solution Sqlite or SharedPreferences?

使用 Sqlite 数据库,如果你想保护 db ,那么你可以查看 sql-lite Chipper。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM