Skip to content

Commit 4427f3b

Browse files
committed
update 2015-12-16 14:43
1 parent 1179c7c commit 4427f3b

File tree

1 file changed

+32
-28
lines changed

1 file changed

+32
-28
lines changed

README.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,10 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
111111
3. [Android开发者:你真的会用AsyncTask吗?](http://code.oneapm.com/android/2015/06/02/android1/)
112112
4. [深入解析AsyncTask,多例子版](http://www.cnblogs.com/anee/archive/2012/09/24/2699829.html)
113113

114-
### AndroidAnnotations
114+
### Annotations
115115

116-
1.[AndroidAnnotations框架入门教程三之Android Studio环境配置](http://zhenhappy.github.io/2015/10/13/Android-Annotatios-3-Android-Studio.html)
116+
1. [AndroidAnnotations框架入门教程一之介绍](http://zhenhappy.github.io/2015/10/11/Android-Annotations-1-Introduce.html)
117+
2. [How to stop an animation (cancel() does not work)](http://stackoverflow.com/questions/4112599/how-to-stop-an-animation-cancel-does-not-work)
117118

118119
---
119120

@@ -226,6 +227,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
226227
7. [Android Studio 1.0 Gradle Error with getConfiguration()](http://stackoverflow.com/questions/27410183/android-studio-1-0-gradle-error-with-getconfiguration)
227228
8. [Android打包的那些事](http://www.jayfeng.com/2015/11/07/Android%E6%89%93%E5%8C%85%E7%9A%84%E9%82%A3%E4%BA%9B%E4%BA%8B/)
228229
9. [深入理解Android之Gradle](http://blog.csdn.net/innost/article/details/48228651)
230+
10. [gradle build fails on lint task](http://stackoverflow.com/questions/20699147/gradle-build-fails-on-lint-task)
229231

230232
### greenDao
231233

@@ -251,7 +253,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
251253

252254
### Handler
253255

254-
1. [Handler和他的小伙伴们](http://www.jianshu.com/p/e04698eaba88) 轻松理解Handler、message、looper
256+
1. [Handler和他的小伙伴们](http://www.jianshu.com/p/e04698eaba88)
255257

256258
## I
257259

@@ -478,6 +480,10 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
478480
### Textview
479481

480482
1. [Remove underline from links in TextView](http://stackoverflow.com/questions/4096851/remove-underline-from-links-in-textview-android)
483+
2. [What is the default text size on Android?](http://stackoverflow.com/questions/5611411/what-is-the-default-text-size-on-android)
484+
3. [Which unit of measurement does the Paint.setTextSize(float) use?](http://stackoverflow.com/questions/11720093/which-unit-of-measurement-does-the-paint-settextsizefloat-use)
485+
4. [How to set unit for Paint.setTextSize()](http://stackoverflow.com/questions/3061930/how-to-set-unit-for-paint-settextsize)
486+
5. [Android Center text on canvas](http://stackoverflow.com/questions/11120392/android-center-text-on-canvas)
481487

482488
### TouchEvent
483489

@@ -580,6 +586,13 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
580586

581587
---
582588

589+
### JCenter
590+
591+
1. [Android Studio发布项目到Jcenter](http://blog.saymagic.cn/2015/02/16/release-library-to-jcenter.html)
592+
2. [将Library上传到Jcenter](http://www.jianshu.com/p/0ba8960f80a9)
593+
3. [使用Gradle发布aar项目到JCenter仓库](http://www.cnblogs.com/qianxudetianxia/p/4322331.html)
594+
595+
583596
### Smali
584597

585598
1. [android_smali语法学习](http://blog.csdn.net/wdaming1986/article/details/8299996)
@@ -614,36 +627,27 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
614627
7. [Creating custom and compound Views in Android - Tutorial](http://www.vogella.com/tutorials/AndroidCustomViews/article.html)
615628
8. [Tutorial: Enhancing Android UI with Custom Views](https://newcircle.com/s/post/1663/tutorial_enhancing_android_ui_with_custom_views_dave_smith_video)
616629
9. [Android 自定义View (一)](http://blog.csdn.net/lmj623565791/article/details/24252901)
630+
10. [What does postInvalidate() do?](http://stackoverflow.com/questions/5521596/what-does-postinvalidate-do)
631+
11. [When it's necessary to execute invalidate() on a View?](http://stackoverflow.com/questions/10647558/when-its-necessary-to-execute-invalidate-on-a-view)
632+
12. [Android笔记:invalidate()和postInvalidate() 的区别及使用](http://blog.csdn.net/mars2639/article/details/6650876)
617633

618634
---
619635

620636
### No category
621637

622-
1. [THE DEX 64K LIMIT IS NOT A PROBLEM ANYMORE, ALMOST](http://www.mutualmobile.com/posts/dex-64k-limit-not-problem-anymore-almost)
623-
624-
2. [Android 4.4从图库选择图片,获取图片路径并裁剪](http://blog.csdn.net/tempersitu/article/details/20557383)
625-
626-
3. [浅析android应用增量升级](http://blog.csdn.net/hmg25/article/details/8100896)
627-
628-
4. [Android四大基本组件介绍与生命周期](http://www.cnblogs.com/bravestarrhu/archive/2012/05/02/2479461.html)
629-
630-
5. [Android代码优化——使用Android lint工具](http://blog.csdn.net/xyz_lmn/article/details/14222939)
631-
632-
6. [Android 插件化 动态升级](http://www.trinea.cn/android/android-plugin/)
633-
634-
7. [Java String StringBuilder StringBuffer](http://www.stormzhang.com/java/2014/08/08/java-string-stringbuilder-stringbuffer/)
635-
636-
8. [tools:context=".MainActivity的作用](http://blog.csdn.net/caiwenfeng_for_23/article/details/8373569)
637-
638-
9. [关于APK瘦身值得分享的一些经验](http://www.jianshu.com/p/bd90dee57ad0)
639-
640-
10. [性能优化之数据库优化](http://www.trinea.cn/android/database-performance/)
641-
642-
11. [How to check visibility of software keyboard in Android?](http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android)
643-
644-
12. [android 4.4.4侧滑退出显示app启动界面](https://github.com/ikew0ng/SwipeBackLayout/issues/45)
645-
646-
638+
1. [THE DEX 64K LIMIT IS NOT A PROBLEM ANYMORE, ALMOST](http://www.mutualmobile.com/posts/dex-64k-limit-not-problem-anymore-almost)
639+
2. [Android 4.4从图库选择图片,获取图片路径并裁剪](http://blog.csdn.net/tempersitu/article/details/20557383)
640+
3. [浅析android应用增量升级](http://blog.csdn.net/hmg25/article/details/8100896)
641+
4. [Android四大基本组件介绍与生命周期](http://www.cnblogs.com/bravestarrhu/archive/2012/05/02/2479461.html)
642+
5. [Android代码优化——使用Android lint工具](http://blog.csdn.net/xyz_lmn/article/details/14222939)
643+
6. [Android 插件化 动态升级](http://www.trinea.cn/android/android-plugin/)
644+
7. [Java String StringBuilder StringBuffer](http://www.stormzhang.com/java/2014/08/08/java-string-stringbuilder-stringbuffer/)
645+
8. [tools:context=".MainActivity的作用](http://blog.csdn.net/caiwenfeng_for_23/article/details/8373569)
646+
9. [关于APK瘦身值得分享的一些经验](http://www.jianshu.com/p/bd90dee57ad0)
647+
10. [性能优化之数据库优化](http://www.trinea.cn/android/database-performance/)
648+
11. [How to check visibility of software keyboard in Android?](http://stackoverflow.com/questions/2150078/how-to-check-visibility-of-software-keyboard-in-android)
649+
12. [android 4.4.4侧滑退出显示app启动界面](https://github.com/ikew0ng/SwipeBackLayout/issues/45)
650+
13. [How to get a Color from hexadecimal Color String](http://stackoverflow.com/questions/5248583/how-to-get-a-color-from-hexadecimal-color-string)
647651

648652
---
649653

0 commit comments

Comments
 (0)