732003684

导航

2013年1月22日 #

ListPreference

摘要: http://www.cnblogs.com/jdsjlzx/archive/2011/07/15/2107346.html(在F:\java\MyTestListPreference)效果图 阅读全文

posted @ 2013-01-22 17:08 732003684 阅读(126) 评论(0) 推荐(0) 编辑

多个跳转时

摘要: protected void ToActivity(Class<? extends Activity> c, String titleName) { Intent intent = new Intent(TitleActivity.this, c); intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); intent.putExtra("name", titleName); startActivity(intent); } 阅读全文

posted @ 2013-01-22 11:28 732003684 阅读(98) 评论(0) 推荐(0) 编辑