以android实际开发为背景整理学习资料

来源:互联网 发布:matlab 矩阵svd分解 编辑:程序博客网 时间:2024/04/29 17:18

By TMajier:

做过一段时间的android,现在遇到什么问题,还是谷歌百度的!这次开发新项目,打算把实际开发过程中遇到的问题及解决办法逐一记录在此,方便以后使用!

1、android开源库:http://blog.csdn.net/codywangziham01/article/details/11818559

2、ActionMode

参考实例:http://blog.csdn.net/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.csdn.net/wwhh393/article/details/9722199

4、显示图片(图片缓存)android-universal-image-loader

源码地址:https://github.com/dodola/Android-Universal-Image-Loader

使用方法:http://blog.csdn.net/zong4wei/article/details/17006377

5、图片缩放GestureImageView

https://github.com/jasonpolites/gesture-imageview

6、使用managedQuery导致程序崩溃(按下home键再返回时Cursor失效,从而导致程序崩溃)

http://blog.csdn.net/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()

http://jeff-pluto-1874.iteye.com/blog/869710

9、https://github.com/Trinea/android-open-project

原创粉丝点击