摘要: 共享参数SharedPreferences——共享参数的用法 SharedPreferences是Android的一个轻量级存储工具,采用的存储结构是Key-Value的键值对方式。 共享参数的存储介质是符合XML规范的配置文件。保存路径是:/data/data/应用包名/shared_prefs/ 阅读全文
posted @ 2022-08-07 15:00 小白龙白龙马 阅读(134) 评论(0) 推荐(0)
摘要: 找回密码 布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_par 阅读全文
posted @ 2022-08-07 13:45 小白龙白龙马 阅读(83) 评论(0) 推荐(0)
摘要: 布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" 阅读全文
posted @ 2022-08-07 11:59 小白龙白龙马 阅读(79) 评论(0) 推荐(0)