a b c d e f g h i j k l m n o p q r s t u v w x y z
摘要: android中apk中的信息保存主要有四种方式,SharedPreferences、File(Properties)、Network、SQLiteSharedPreferences:保存apk中的一些配置信息或者用户信息,采用键值对方式保存,保存的数据类型只能是一些基本数据类型(int、string、boolean..)今天的demo就是利用SharedPreferences保存历史用户的基本信... 阅读全文
posted @ 2010-10-22 18:00 莴笋炒肉 阅读(2769) 评论(0) 推荐(0)