您的位置:首页 > 移动开发 > Android开发

Android的一些方案处理

2016-12-20 10:31 316 查看
1、Android点击EditText文本框之外任何地方隐藏键盘的解决办法

http://blog.csdn.net/mad1989/article/details/25069821

2、GridView分页加载–给GridView加FooterView

http://www.chengxuyuans.com/Android/55517.html

3、ListView的一些处理

http://blog.csdn.net/wanli_smile/article/details/6950825 带有左右滑动(原理)

http://blog.csdn.net/androiddevelop/article/details/8316759 (分组分类)

http://www.eoeandroid.com/thread-297264-1-1.html XListView改良版

http://www.linuxidc.com/Linux/2011-10/44924p2.htm 自己写的加载更多

https://github.com/47deg/android-swipelistview 左划删除

4、Android ProgressBar 史上最强大讲解

http://www.apkbus.com/forum.php?mod=viewthread&tid=735

5、webView

https://github.com/TheFinestArtist/FinestWebView-Android

https://github.com/rupok/webview

http://blog.csdn.net/typename/article/details/39495409(webview详细使用方法)

6、传感判断角度

http://blog.csdn.net/zhwycan/article/details/7272339

7、瀑布流

http://blog.csdn.net/guolin_blog/article/details/10470797 这里有缓存处理

8、Android – 与WEB交互在同一个会话Session中通信

http://www.cnblogs.com/yydcdut/p/3914177.html

9、Android编程之SparseArray详解

http://blog.csdn.net/xyz_fly/article/details/7931943

10、ItemClickListener问题

http://www.cnblogs.com/xilinch/archive/2012/11/07/2759265.html

11、自定义View

Android自定义View之一:初探实例

http://www.cnblogs.com/ufocdy/archive/2011/05/17/2048958.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: