我怎样才能挽救Android的业务数据?业务、数据、Android

2023-09-07 11:47:02 作者:凉心凉忆亦凉身

我有收集数据的服务,我可以保存数据的情况下重新启动或任何其它操作,将重新启动该服务,我该怎么办呢?

解决方案   

我能保存数据的情况下重新启动或将重新启动该服务的任何其他行动

您不一定会找出何时会发生这些各种事件。保存你的数据,当您去。

  

和我该怎么办呢?

用数据解读Android市场 最新统计精彩亮相

使用的文件。或一个数据库,它是一种类型的文件。或共享preferences 结构,它是由一个类型的文件备份。

I have a service that collects data, can I save the data in case of reboot or any other action that will restart the service, and how can I do it?

解决方案

Can I save the data in case of reboot or any other action that will restart the service

You will not necessarily find out when those sorts of events will occur. Save your data as you go.

And how can I do it?

Use a file. Or a database, which is a type of file. Or a SharedPreferences structure, which is backed by a type of file.