We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb7ad9 commit 0396fcfCopy full SHA for 0396fcf
README.md
@@ -1746,7 +1746,11 @@ A library that analyzes an Android device's specifications and calculates which
1746
1. RxAndroid
1747
对RxJava在Android上的扩展,使得Android上也很容易实现reactive components,简化线程操作,从而写出很漂亮的代码。
1748
项目地址:https://github.com/ReactiveX/RxAndroid
1749
-文档介绍:[给Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083)
+文档介绍:[给Android 开发者的 RxJava 详解](http://gank.io/post/560e15be2dca930e00da1083)
1750
+
1751
+1. MultiImageSelector
1752
+一个本地图片选择器,支持图片的单选和多选,直接返回所选图片的路径。
1753
+项目地址:https://github.com/lovetuzitong/MultiImageSelector.git
1754
1755
#### 六、Android 高版本向低版本兼容
1756
1. Nine Old Androids
0 commit comments