摘要:
Service概念及用途:A service is an application component that can perform long-running operations in the background and does not provide a user interface。通常... 阅读全文
摘要:
SharedPreference是Android提供的一种轻量级的数据存储方式,主要用来存储一些简单的配置信息,其以键值对的方式存储,使得我们能很方便进行读取和存入 SharedPreference 文件保存在/data/data//shared_prefs 路径下 通过Activity自... 阅读全文