2017年3月27日

设置程序语言

摘要: Locale locale = new Locale(language);Locale.setDefault(locale);Configuration config = getResources().getConfiguration();DisplayMetrics metrics = getRe 阅读全文

posted @ 2017-03-27 14:53 yaolunhui 阅读(233) 评论(0) 推荐(0) 编辑

程序间保存数据SharedPreferences

摘要: SharedPreferences sp = getSharedPreferences("config", MODE_PRIVATE);String cacheToken = sp.getString("loginToken", "");if (!TextUtils.isEmpty(cacheTok 阅读全文

posted @ 2017-03-27 14:52 yaolunhui 阅读(116) 评论(0) 推荐(0) 编辑

listview右边显示 abcd快速选择

摘要: android:fastScrollEnabled="true" 阅读全文

posted @ 2017-03-27 09:43 yaolunhui 阅读(110) 评论(0) 推荐(0) 编辑

导航