天天看點

Android開源項目發現---ImageView 篇(持續更新)

1. PhotoView 支援輕按兩下或雙指縮放的ImageView

在ViewPager等Scrolling view中正常使用,相比上面的AndroidTouchGallery,不僅支援ViewPager,同時支援單個ImageView

項目位址:https://github.com/chrisbanes/PhotoView

Demo位址:https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sample

2. android-gif-drawable 支援fig顯示的view

項目位址:https://github.com/koral–/android-gif-drawable

用jni實作的,編譯生成so庫後直接xml定義view即可,而且本身不依賴于其他開源項目

3. RoundedImageView 帶圓角的ImageView

項目位址:https://github.com/vinc3m1/RoundedImageView

效果圖:https://raw.github.com/makeramen/RoundedImageView/master/screenshot.png

4.Android StackBlur 圖檔模糊效果工具類

項目位址:https://github.com/kikoso/android-stackblur

Demo位址:https://github.com/kikoso/android-stackblur/blob/master/StackBlurDemo/bin/StackBlurDemo.apk?raw=true

文檔介紹:https://github.com/kikoso/android-stackblur#usage

5.ColorArt 根據圖檔的均色設定背景色顯示文字和圖檔,類似itune11中效果

項目位址:https://github.com/MichaelEvans/ColorArt

Demo位址:https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo.apk?raw=true

6.CircleImageView 圓形的ImageView

項目位址:https://github.com/hdodenhof/CircleImageView

7.ImageViewZoom 支援放大和平移的ImageView

項目位址:https://github.com/sephiroth74/ImageViewZoom

APP示例:https://play.google.com/store/apps/details?id=com.aviary.android.feather

8.CustomShapeImageView: 繪制各種不規則形狀的圖檔類庫

項目位址:https://github.com/MostafaGazar/CustomShapeImageView

APP示例: https://play.google.com/store/apps/details?id=com.meg7.samples

9.TextAndImage文字環繞圖檔效果

項目位址:https://github.com/gabrielemariotti/androiddev/tree/master/TextAndImage

講解文章:http://blog.chengyunfeng.com/?p=576

轉載于:https://www.cnblogs.com/krislight1105/p/3748398.html