ListView(列表)

ListView用来显示一个列表的控件。用户可以选择并操作这个列表,同时必然会触发一些事件。当鼠标滚动时会触发setOnItemSeletedListener事件,点击时则会产生setOnItemClickListener 事件。

一、ListView基本教程篇
1.Android开发之ListView详解(带按钮布局) 
   http://www.apkbus.com/android-13971-1-1.html 
2.Android API 中文 (42) —— ListView
  http://www.apkbus.com/android-18358-1-1.html

二、ListView进阶教程篇
1.ListView适配器及缓存机制
  http://www.apkbus.com/android-48459-1-1.html
2.精美ListView实例
  http://www.apkbus.com/android-48464-1-1.html
3.Android在listview添加checkbox实现批量操作问题
  http://www.apkbus.com/android-19271-1-1.html
4.[Android实例] ListView动态添加删除项
  http://www.apkbus.com/android-792-1-1.html
5.Android中ListView分页加载数据
  http://www.apkbus.com/android-42990-1-1.html 
6.android listview 的弹性滑动 简单demo 实现 
  http://www.apkbus.com/android-48470-1-1.html 
7.分组ListView使用技巧 
  http://www.apkbus.com/android-48471-1-1.html 
8.读取SDcard Database并在Android ListView显示的处理流程 
  http://www.apkbus.com/android-17785-1-1.html 

三、拖拽ListView教程
1.Android 拖拽ListView
  http://www.apkbus.com/android-11872-1-1.html 
2.Android 列表之拖拽ListView 
  http://www.apkbus.com/android-14851-1-1.html 
3.Android学习系列(10)--App列表之拖拽ListView(上)  
  http://www.apkbus.com/android-14704-1-1.html 
4.Android学习系列(11)--App列表之拖拽ListView(下)   [color=#999999 !important]
  http://www.apkbus.com/android-14705-1-1.html 

四、自定义ExpandableListView教程篇
1.android基于自定义适配器的ExpandableListView 
  http://www.apkbus.com/android-20800-1-1.html 

五、ListView实例源码下载
1.Android ListView下拉刷新 Demo 
  http://www.apkbus.com/android-36058-1-1.html 
2.下载网络图片 (整合多线程、内存缓存、本地文件缓存~) 
  http://www.apkbus.com/android-48473-1-1.html 
3.ListView 大全 
  http://www.apkbus.com/android-48474-1-1.html 

 

listview 点击事件无响应http://blog.csdn.net/pandarick/article/details/6859790

喜欢开源,乐意分享的大神们,欢迎加入QQ群:176507146,你值得拥有哦!

相关文章:

  • 2021-07-16
  • 2021-07-31
  • 2022-01-21
  • 2021-08-31
  • 2021-06-27
  • 2021-08-13
  • 2021-07-27
  • 2021-06-30
猜你喜欢
  • 2021-08-06
  • 2021-09-17
  • 2022-02-25
  • 2021-06-24
  • 2021-11-30
  • 2021-11-04
  • 2021-10-25
相关资源
相似解决方案