2013年1月6日

Android在listview添加checkbox实现

摘要: 主界面CheckBoxinListViewActivity.java代码如下:View Code 1 public class CheckBoxinListViewActivity extends Activity { 2 /** Called when the activity is first created. */ 3 4 private MyAdapter adapter; 5 private ListView listview; 6 private Button checkAll; 7 ... 阅读全文

posted @ 2013-01-06 08:57 loonggg 阅读(457) 评论(0) 推荐(0) 编辑

Android在listview添加checkbox实现

摘要: 主界面CheckBoxinListViewActivity.java代码如下: public class CheckBoxinListViewActivity extends Activity { /** Called when the activity is first created. */... 阅读全文

posted @ 2013-01-06 08:57 loonggg 阅读(760) 评论(0) 推荐(0) 编辑

导航