2015年3月30日

摘要: Android ListView最佳处理方式,ListView拖动防重复数据显示,单击响应子控件。1、为了防止拖动ListView时,在列表末尾重复数据显示。需要加入 HashMap lmap = new HashMap();其中Integer为列表位置,View为子项视图,加入数据前首先if (l... 阅读全文
posted @ 2015-03-30 20:41 飞奔的坦克 阅读(1576) 评论(0) 推荐(0) 编辑
 
摘要: 在Activity的生命周期中onResume 方法的作用:可以去更新界面显示的状态,也就是说我这个页面现在处于运行状态,那么怎么去更新界面呢protected void onResume() { // TODO Auto-generated method stub super.onResume... 阅读全文
posted @ 2015-03-30 13:06 飞奔的坦克 阅读(2836) 评论(0) 推荐(0) 编辑
 
摘要: 技术要点: android.support.v4.widget.DrawerLayout 打开抽屉: DrawerLayout .openDrawer();关闭抽屉:DrawerLayout.closeDrawer( );为slidingLayout设置一个layout_grative属性 中间 左... 阅读全文
posted @ 2015-03-30 07:59 飞奔的坦克 阅读(1643) 评论(0) 推荐(0) 编辑