By TMajier:
做过一段时间的android,现在遇到什么问题,还是谷歌百度的!这次开发新项目,打算把实际开发过程中遇到的问题及解决办法逐一记录在此,方便以后使用!
1、android开源库:http://blog.youkuaiyun.com/codywangziham01/article/details/11818559
2、ActionMode
参考实例:http://blog.youkuaiyun.com/think_soft/article/details/7350177
去除默认的“Done”或者“完成”:http://stackoverflow.com/questions/14964939/remove-done-button-of-actionmode
3、Android-PullToRefresh
源码下载:https://github.com/chrisbanes/Android-PullToRefresh
使用方法: http://blog.youkuaiyun.com/wwhh393/article/details/9722199
4、显示图片(图片缓存)android-universal-image-loader
源码地址:https://github.com/dodola/Android-Universal-Image-Loader
使用方法:http://blog.youkuaiyun.com/zong4wei/article/details/17006377
5、图片缩放GestureImageView
https://github.com/jasonpolites/gesture-imageview
6、使用managedQuery导致程序崩溃(按下home键再返回时Cursor失效,从而导致程序崩溃)
http://blog.youkuaiyun.com/yangxi_pekin/article/details/8808829
7、Activity 启动模式详解
http://www.cnblogs.com/plokmju/p/android_ActivityLauncherMode.html
8、Handler在子线程中创建的问题:
Can't create handler inside thread that has not called Looper.prepare()