您的位置:首页 > 移动开发 > Android开发

Android高手必学个性化控件之ImageView

2015-10-20 15:45 489 查看
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

APP示例:photup

2、android-gif-drawable

支持gif显示的view,用jni实现的,编译生成so库后直接xml定义view即可,而且本身不依赖于其他开源项目所以相对下面的ImageViewEx简单的多

项目地址:https://github.com/koral–/android-gif-drawable

3、ImageViewEx

支持Gif显示的ImageView

项目地址:https://github.com/frapontillo/ImageViewEx

Demo地址:https://github.com/Trinea/TrineaDownload/blob/master/imageviewex-demo.apk?raw=true

依赖很多,编译过程很繁琐!|_|!

4、RoundedImageView

带圆角的ImageView

项目地址:https://github.com/vinc3m1/RoundedImageView

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、KenBurnsView

实现Ken Burns effect效果,达到身临其境效果的ImageView

项目地址:https://github.com/flavioarfaria/KenBurnsView

9、CustomShapeImageView

各种形状的ImageView, 相比上面的圆形ImageView,多了更多形状

项目地址:https://github.com/MostafaGazar/CustomShapeImageView

10、TextAndImage文字环绕图片效果

项目地址:https://github.com/gabrielemariotti/androiddev/tree/master/TextAndImage
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android imageview