11 2015 档案

摘要:ExpandableListView(可扩展的ListView) ExpandableListVivew是ListView的子类,它在普通ListView的基础上进行了扩展,它把应用中的列表项分为几组,每组里 又可包含多个列表项。ExpandableListVivew的用法与普通ListView... 阅读全文
posted @ 2015-11-27 14:25 北京_小七 阅读(614) 评论(0) 推荐(0)
摘要:public class MainActivity extends Activity { protected Button startBrew = null; @Override protected void onCreate(Bundle savedInstanceState) { sup... 阅读全文
posted @ 2015-11-25 13:17 北京_小七 阅读(2091) 评论(0) 推荐(0)