Android ADT
Eclipse
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
android-gif-drawable支持gif显示的view,用jni实现的,编译生成so库后直接xml定义view即可,而且本身不依赖于其他开源项目所以相对下面的ImageViewEx简单的多项目地址:https://github.com/koral--/android-gif-drawable
RoundedImageView带圆角的ImageView项目地址:https://github.com/vinc3m1/RoundedImageView效果图:
ColorArt根据图片的均色设置背景色显示文字和图片,类似itune11中效果项目地址:https://github.com/MichaelEvans/ColorArtDemo地址:https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo.apk?raw=true
CircleImageView圆形的ImageView项目地址:https://github.com/hdodenhof/CircleImageView效果图:
ImageViewZoom支持放大和平移的ImageView项目地址:https://github.com/sephiroth74/ImageViewZoomAPP示例:https://play.google.com/store/apps/details?id=com.aviary.android.feather
KenBurnsView实现Ken Burns effect效果,达到身临其境效果的ImageView项目地址:https://github.com/flavioarfaria/KenBurnsView
CustomShapeImageView各种形状的ImageView, 相比上面的圆形ImageView,多了更多形状项目地址:https://github.com/MostafaGazar/CustomShapeImageView效果图: