Skip to content

Commit fb4e811

Browse files
committed
Merge pull request #208 from sw926/master
add image file selector
2 parents 8eba893 + 6d44f03 commit fb4e811

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

English Version/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,10 @@ Demo Apk: https://play.google.com/store/apps/details?id=teaonly.droideye
10441044
libpng for Android NDK
10451045
Project Address: https://github.com/julienr/libpng-android
10461046
Document: http://www.libpng.org/pub/png/libpng.html
1047-
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
1047+
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
1048+
1049+
1. Image File Selector
1050+
Project Address: https://github.com/sw926/ImageFileSelector
10481051

10491052
#### 8. Event Bus
10501053
A typical use case for Android apps is gluing Activities, Fragments, and background threads together. Conventional wiring of those elements often introduces complex and error-prone dependencies and life cycle issues.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,6 +1982,10 @@ java 压缩和解压库
19821982
(4) 支持遍历 zip 包内容
19831983
(5) 比较两个 zip 包等功能
19841984

1985+
1. Image File Selector
1986+
轻量级的图片文件选择器,用系统api选取,压缩和裁切图片,可以方便的得要指定尺寸的图片
1987+
项目地址:https://github.com/sw926/ImageFileSelector
1988+
19851989
#### 十三、其他
19861990
1. Salvage view
19871991
带 View 缓存的 Viewpager PagerAdapter,很方便使用

繁體中文版/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,10 @@ java壓縮和解壓庫
13521352
(5) 比較兩個zip包等功能
13531353
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目錄" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
13541354

1355+
1. Image File Selector
1356+
輕量級的圖片文件選擇器,用系統api選取,壓縮和裁切圖片,可以方便的得要指定尺寸的圖片
1357+
項目地址:https://github.com/sw926/ImageFileSelector
1358+
13551359
#### 十三、其他
13561360
1. Salvage view
13571361
帶View緩存的Viewpager PagerAdapter,很方便使用

0 commit comments

Comments
 (0)