这里推荐一个博客:http://blog.danlew.net/page/2/
求导数(某一点的斜线率,对于物理学来说就是瞬时速率,常用于动画速度控制)
http://zh.wikihow.com/%E5%9C%A8%E5%BE%AE%E7%A7%AF%E5%88%86%E4%B8%AD%E6%B1%82%E5%AF%BC(如何在微积分中求导)
内存分析及工具:
http://www.liaohuqiu.net/cn/posts/leak-canary/
AcynscTask onPostExecute方法不执行:
http://m.blog.youkuaiyun.com/blog/wangyuetingtao/10360841
android常用的工具网址:
http://www.androiddevtools.cn/
Lua学习网址:
http://www.lua.org/pil/contents.html
HttpConnection源码:
https://github.com/candrews/HttpResponseCache
optimizing HttpConnection:
http://archive.oreilly.com/pub/post/optimizing_http_downloads_in_j.html
Android性能优化典范:
http://hukai.me/android-performance-patterns/
http://www.trinea.cn/android/database-performance/
网络请求引起无线信号的电量消耗:
从内存角度分析static:
http://blog.youkuaiyun.com/nvd11/article/details/17655043
Xmpp协议介绍:
http://www.cnblogs.com/hanyonglu/archive/2012/03/04/2378956.html
Styling Views on Android :
http://blog.danlew.net/2014/11/19/styles-on-android/
对于Math类的一些参数以及方法的解释:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/round
Center Single-Line Text in a Canvas:
http://daniel-codes.blogspot.hk/2013/10/centering-single-line-text-in-canvas.html
使用与运算符代替求余运算符的技巧:
Layout Inflation as Intended:
http://possiblemobile.com/2013/05/layout-inflation-as-intended/
Context, What Context?:
http://possiblemobile.com/2013/06/context/
Interview Question:
How to Stop a Thread or a task:
http://www.forward.com.au/javaProgramming/HowToStopAThread.html
HashMap 分析之四:查找和内存使用 :
http://blog.youkuaiyun.com/csfreebird/article/details/7359065
Android事件分发机制完全解析:
http://blog.youkuaiyun.com/guolin_blog/article/details/9097463
http://blog.youkuaiyun.com/guolin_blog/article/details/9153747
Annotation总结:
http://www.cnblogs.com/mandroid/archive/2011/07/18/2109829.html
http://www.trinea.cn/android/java-annotation-android-open-source-analysis/
浅谈计算机中浮点数的表达方法:
http://zhan.renren.com/programming4idiots?gid=3602888498026486936&checked=true
Json Formatter Util
http://jsonformatter.curiousconcept.com/
Writing a hash function in Java:
http://www.javamex.com/tutorials/collections/hash_function_guidelines.shtml
Dagger:
https://github.com/android-cn/android-open-project-analysis/tree/master/dagger
Random Access Files:
http://docs.oracle.com/javase/tutorial/essential/io/rafs.html
http://subinsuresh.blogspot.com/2010/10/java-program-to-reverse-contents-in.html
Android SlidingTabLayout with icon to replay ActionBar
http://blog.youkuaiyun.com/xwhnew/article/details/40656169
http://blog.youkuaiyun.com/xwhnew/article/details/40679791
http://blog.youkuaiyun.com/Mr_WangGang/article/details/42340265
http://stackoverflow.com/questions/23420293/android-slidingtablayout-with-icons
ToolBar:
create toolBar:
http://www.101apps.co.za/index.php/articles/using-toolbars-in-your-apps.html
http://android-developers.blogspot.hk/2014/10/appcompat-v21-material-design-for-pre.html
change the style(like : color) of toolBar:
http://stackoverflow.com/questions/26554996/change-toolbar-color-in-appcompat-21
Using home icon as back button in toolBar:
http://developer.android.com/training/implementing-navigation/ancestral.html(google网址,可能打不开)
Easily make a ContentProvider from an annotated ContractClass:
https://github.com/TimotheeJeannin/ProviGen
ActionBar:
http://www.360doc.com/content/14/0409/17/7857928_367560056.shtml
http://blog.youkuaiyun.com/mobilexu/article/details/9191081