How can I save data from Android service?

前端 未结 4 867
眼角桃花
眼角桃花 2021-01-13 14:21

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?

4条回答
  •  不知归路
    2021-01-13 14:51

    Or use the serialization API

    http://java.sun.com/developer/technicalArticles/Programming/serialization/

提交回复
热议问题