Skip to content

Commit

Permalink
Merge pull request #208 from sw926/master
Browse files Browse the repository at this point in the history
add image file selector
  • Loading branch information
Trinea committed Nov 13, 2015
2 parents 8eba893 + 6d44f03 commit fb4e811
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion English Version/README.md
Expand Up @@ -1044,7 +1044,10 @@ Demo Apk: https://play.google.com/store/apps/details?id=teaonly.droideye
libpng for Android NDK
Project Address: https://github.com/julienr/libpng-android
Document: http://www.libpng.org/pub/png/libpng.html
<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>
<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>

1. Image File Selector
Project Address: https://github.com/sw926/ImageFileSelector

#### 8. Event Bus
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.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -1982,6 +1982,10 @@ java 压缩和解压库
(4) 支持遍历 zip 包内容
(5) 比较两个 zip 包等功能

1. Image File Selector
轻量级的图片文件选择器,用系统api选取,压缩和裁切图片,可以方便的得要指定尺寸的图片
项目地址:https://github.com/sw926/ImageFileSelector

#### 十三、其他
1. Salvage view
带 View 缓存的 Viewpager PagerAdapter,很方便使用
Expand Down
4 changes: 4 additions & 0 deletions 繁體中文版/README.md
Expand Up @@ -1352,6 +1352,10 @@ java壓縮和解壓庫
(5) 比較兩個zip包等功能
<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>

1. Image File Selector
輕量級的圖片文件選擇器,用系統api選取,壓縮和裁切圖片,可以方便的得要指定尺寸的圖片
項目地址:https://github.com/sw926/ImageFileSelector

#### 十三、其他
1. Salvage view
帶View緩存的Viewpager PagerAdapter,很方便使用
Expand Down

0 comments on commit fb4e811

Please sign in to comment.