jayhust

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年2月7日

摘要: 写入数据:// 更新写入本地缓存(用于下次无法定位时使用)// 1.实例化SharedPreferences对象(第一步) SharedPreferences mySharedPreferences = getSharedPreferences("cityinfo", MODE_PRIVATE); ... 阅读全文
posted @ 2015-02-07 22:37 jayhust 阅读(814) 评论(0) 推荐(0) 编辑