Skip to content

Commit 8806d59

Browse files
author
Qi Tang
committed
2016-10-01 13:46
1 parent 2827301 commit 8806d59

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
123123

124124
1. [Android6.0运行时权限简介](http://unclechen.github.io/2016/03/05/Android6.0%E8%BF%90%E8%A1%8C%E6%97%B6%E6%9D%83%E9%99%90%E7%AE%80%E4%BB%8B/)
125125
2. [Android 6.0 - 动态权限管理的解决方案](http://www.jianshu.com/p/dbe4d37731e6)
126+
3. [聊一聊Android 6.0的运行时权限](http://droidyue.com/blog/2016/01/17/understanding-marshmallow-runtime-permission/)
126127

127128
---
128129

@@ -230,6 +231,8 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
230231
8. [Android Fragment 嵌套使用(Nested Fragments)](http://blog.csdn.net/top_code/article/details/37343075)
231232
9. [Fragment MyFragment not attached to Activity](http://stackoverflow.com/questions/10919240/fragment-myfragment-not-attached-to-activity)
232233
10. [Fragment全解析系列(一):那些年踩过的坑](http://www.jianshu.com/p/d9143a92ad94)
234+
11. [onActivityResult is not being called in Fragment](http://stackoverflow.com/questions/6147884/onactivityresult-is-not-being-called-in-fragment)
235+
12. []()
233236

234237
### Fresco
235238

@@ -485,6 +488,10 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
485488
3. [NotRxJava懒人专用指南](http://www.devtf.cn/?p=323)
486489
4. [小试RxJava](http://kescoode.com/try-rxjava/)
487490

491+
### RxAndroid
492+
493+
1. [IllegalStateException onError](https://github.com/ReactiveX/RxAndroid/issues/79)
494+
488495
### RandomAccessFile
489496

490497
1. [Java RandomAccessFile用法](http://blog.csdn.net/akon_vm/article/details/7429245)
@@ -599,6 +606,7 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
599606
3. [【移动开发】Android中Fragment+ViewPager的配合使用](http://smallwoniu.blog.51cto.com/3911954/1322746)
600607
4. [Android 手把手教您自定义ViewGroup(一)本文出自:【张鸿洋的博客】](http://blog.csdn.net/lmj623565791/article/details/38339817)
601608
5. [Android的坑之ScrollView嵌套ViewPager](http://hellsam.com/2015/01/29/Android%E7%9A%84%E5%9D%91%E4%B9%8BScrollView%E5%B5%8C%E5%A5%97ViewPager/)
609+
6. [IllegalStateException: The application's PagerAdapter changed the adapter's content without calling PagerAdapter#notifyDataSetChanged](http://stackoverflow.com/questions/22943658/illegalstateexception-the-applications-pageradapter-changed-the-adapters-cont)
602610

603611
### View
604612

@@ -750,6 +758,10 @@ Welcome `Star` and `Fork`, your support is my greatest affirmation.
750758
17. [IllegalArgumentException: width and height must be > 0 while loading Bitmap from View](http://stackoverflow.com/questions/17605662/illegalargumentexception-width-and-height-must-be-0-while-loading-bitmap-from)
751759
18. [Unable to instantiate application com.android.tools.fd.runtime.BootstrapApplication ?](http://stackoverflow.com/questions/33967703/unable-to-instantiate-application-com-android-tools-fd-runtime-bootstrapapplicat)
752760
19. [Unknown URL content://downloads/my_downloads](http://blog.csdn.net/mackkill/article/details/52003858)
761+
20. [Android开发之实现多次点击事件](http://blog.csdn.net/fengshizty/article/details/41675923)
762+
21. [Android完美解决输入框EditText隐藏密码打勾显示密码问题](http://blog.csdn.net/a2bgeek/article/details/9705305)
763+
22. [Android获取手机型号,系统版本,App版本号等信息](http://blog.csdn.net/lfdfhl/article/details/9070183)
764+
23. [你需要知道的Android拍照适配方案](http://www.jianshu.com/p/f269bcda335f)
753765

754766
---
755767

0 commit comments

Comments
 (0)