多语言展示
当前在线:1414今日阅读:103今日分享:49

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

Android高手必学个性化控件之ImageView全汇总,不定时更新
工具/原料
1

Android ADT

2

Eclipse

方法/步骤
1

PhotoView支持双击或双指缩放的ImageView,在ViewPager等Scrolling view中正常使用,相比上面的AndroidTouchGallery,不仅支持ViewPager,同时支持单个ImageView项目地址:https://github.com/chrisbanes/PhotoViewDemo地址:https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sampleAPP示例:photup

2

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

4

RoundedImageView带圆角的ImageView项目地址:https://github.com/vinc3m1/RoundedImageView效果图:

5

ColorArt根据图片的均色设置背景色显示文字和图片,类似itune11中效果项目地址:https://github.com/MichaelEvans/ColorArtDemo地址: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/ImageViewZoomAPP示例: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效果图:

推荐信息