连接收藏

1.tesseract-ocr训练方法(很牛逼的)

http://my.oschina.net/lixinspace/blog/60124

2.定制系统选项菜单

http://www.devdiv.com/forum.php?mod=viewthread&tid=60870

(2.3貌似不行,最好还是自定义菜单,例如使用popwindow)

3.自定义滑动控件时,若用到滚动临界值,可以获取系统的临界值:

mTouchSlop=ViewConfiguration.get(getContext()).getScaledTouchSlop();

4.如何在android中使用opencv:

http://www.cnblogs.com/ldr213/archive/2012/02/20/2359262.html

5.图像处理和图像识别中常用的OpenCV函数

http://www.opencv.org.cn/forum/viewtopic.php?f=1&t=24440

6.opencv的内置库使用:

http://docs.opencv.org/trunk/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html#application-development-with-static-initialization

7.一个很好的讲解xmpp和bosh的教程

http://www.ibm.com/developerworks/cn/xml/tutorials/x-realtimeXMPPtut/index.html

8.XMPP服务器与客户端:

http://www.apkbus.com/android-18168-1-1.html

9.xmpp协议(RFC3920)中文版

http://wiki.jabbercn.org/RFC3920

10.使用脚本跑monkey

http://www.linuxidc.com/Linux/2011-10/45152.htm

11.http://wenku.baidu.com/view/eec5cfcf08a1284ac850431f.html

12.使用系统签名给自己的应用签名:

http://blog.csdn.net/assassin4824/article/details/6427934

13.自动化测试规范:

http://www.360doc.com/content/12/0904/14/3776353_234234115.shtml

14.拨打电话拦截:

http://androidcookbook.com/Recipe.seam?recipeId=1151

15.比较靠谱的解决bitmap内存溢出问题的办法:

http://whatandroid.blog.51cto.com/2172732/874940

http://my.eoe.cn/myheart/archive/721.html

16.英文教程

http://www.vogella.com/articles/AndroidBroadcastReceiver/article.html#broadcastreceiver_performance

17.androidwheelview

http://android-wheel.googlecode.com/svn/trunk

18.ANR日志分析

http://blog.sina.com.cn/s/blog_9564cb6e0101moyi.html

19.语音识别优劣

http://blog.csdn.net/yylsheng/article/details/8364487

20.常用JS框架

http://www.csdn.net/article/2014-01-26/2818270-12-Essential-JavaScript-Libraries-for-Developers

Headroom.js

Hammer.js

TypeRenderingMix

MouseTrap

Switchery

Yeoman

Math.js

Morris.js

Planetary.js

MetroUICSS

Cheet.js

Turn.js

21.各种浏览器对HTML5的支持评分

http://html5test.com/compare/browser/mybrowser/android-2.3.html

22.google开源网络框架Volley使用介绍:

http://liubin.org/2013/05/27/android-volley-at-a-glance/

23.LruCache源码

http://blog.csdn.net/linghu_java/article/details/8574102

24.在3.0以下版本使用android3.0新动画

http://nineoldandroids.com/

25android动画

http://www.cnblogs.com/angeldevil/archive/2011/12/02/2271096.html

26ImageLoader配置

http://blog.csdn.net/qy1387/article/details/12947621

27.C入门

http://www.jikexueyuan.com/course/38.html

28.android在线源码:

http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/

29.android低版本支持3.0API:

http://nineoldandroids.com/#usage

30.support-screens属性的作用详解:

=true表示app自己支持,不需要系统在大屏幕上(未充满屏幕时)缩放app以充满屏幕:

http://www.cnblogs.com/andriod-html5/archive/2012/05/21/2539418.html

31.android设备抓包,可直接通过电脑抓

http://www.cnblogs.com/xyzlmn/p/3168065.html

32.desede对文件加密解密:

http://blog.csdn.net/yudajun/article/details/40480461

demo地址:http://pan.baidu.com/s/1i3mioGt

原文:http://www.youi5.com/?p=63

33.可以播放gif的ImageView

http://blog.csdn.net/guolin_blog/article/details/11100315

34.专注于人脸识别的一个公司Face++(旷世科技)

http://www.faceplusplus.com.cn/android-face-detection-application/

35.androidstudio中文:

http://www.android-studio.org/index.php/docs

36.studio第一次构建卡顿解决方法:

http://my.oschina.net/xesam/blog/213953

37.perm区溢出的问题

http://blog.csdn.net/wisgood/article/details/16344885

38.android播放gif:

1.powerImageView(可到网上搜)

2.https://github.com/koral--/android-gif-drawable

39.各种下拉刷新控件:

https://github.com/chrisbanes/Android-PullToRefresh

40.android性能有优化(电量等):

http://www.csdn.net/article/2015-04-29/2824583-android-performance-patterns-season-2

41.腾讯Android工程师胡凯的博客:

http://hukai.me/

42.android图片加载开源库:

https://github.com/bumptech/glide

43.view的几个getRect方法:

http://blog.csdn.net/fujunliu/article/details/8722281

44.android多渠道打包:

http://blog.csdn.net/jiguanghoverli/article/details/8739717

45.AndroidNDK的一本好书

http://www.apress.com/9781430248279?gtmf=s

46.stormzhang的博客:

http://stormzhang.com/posts.html

相关推荐