1. 使用上拉更多,下拉刷新:https://github.com/JosephPeng/XListView-Android
2. 侧滑的菜单:(自己导入support-4v包)
3. 水平移动导航条关联ViewPage: 3.1 这个是ViewPage带动画的,比较优秀:
4. 数据库处理使用ormlite:http://ormlite.com/
5. get,post的请求使用:https://github.com/loopj/android-async-http
6. 图片加载,包括ListView显示图片加载使用:https://github.com/novoda/ImageLoader,使用这个库需要以下jar包
7. Json数据解析,有很多种,推荐使用FastJason:http://code.alibabatech.com/wiki/display/FastJSON/Home
8. ListView带快速搜索与键入搜索:
9. 推荐一个AFinal框架,不错,集合了FinalDB、FinalActivity、FinalHttp、FinalBitmap四个功能与一身,不过在单一使用的情况下,还是使用单一功能的框架比较好
10. 仿IPhone时间滚轮控件:
11. 在android sdk3.0以下使用ActionBar 安装使用教程(亲测)http://blog.csdn.net/daguaio_o/article/details/8028695
1.
2. 解决瀑布流加载图片问题
3. 横向移动的listview
4. 在view上添加数字标识,使用性蛮高的