Skip to content

Commit 9601ee7

Browse files
committed
Sync English Version-ImageView
1 parent fc870ba commit 9601ee7

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

English Version/README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -311,47 +311,46 @@ Demo Apk: https://github.com/Trinea/trinea-download/blob/master/draggable-grid-v
311311

312312
#### Sixth. ImageView
313313
1. PhotoView
314-
支持双击或双指缩放的ImageView,在ViewPager等Scrolling view中正常使用,相比上面的AndroidTouchGallery,不仅支持ViewPager,同时支持单个ImageView
314+
Implementation of ImageView for Android that supports zooming, by various touch gestures, like multi-touch and double-tap. Works perfectly when using used in a scrolling parent (such as ViewPager). Allows the application to be notified when the displayed Matrix has changed. Useful for when you need to update your UI based on the current zoom/scroll position.
315315
Project Address: https://github.com/chrisbanes/PhotoView
316316
Demo Apk: https://play.google.com/store/apps/details?id=uk.co.senab.photoview.sample
317317
Similar App: photup
318318

319319
1. android-gif-drawable
320-
支持gif显示的view,用jni实现的,编译生成so库后直接xml定义view即可,而且本身不依赖于Others开源项目所以相对下面的ImageViewEx简单的多
320+
Views and Drawable for displaying animated GIFs on Android. Bundled GIFLib via JNI is used to render frames. This way should be more efficient than WebView or Movie classes. Animation starts automatically and run only if View with attached GifDrawable is visible.
321321
Project Address: https://github.com/koral--/android-gif-drawable
322322

323323
1. ImageViewEx
324-
支持Gif显示的ImageView
324+
Extension of Android's ImageView that supports animated GIFs and includes a better density management.
325325
Project Address: https://github.com/frapontillo/ImageViewEx
326326
Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/imageviewex-demo.apk?raw=true
327-
依赖很多,编译过程很繁琐!|_|!
328327

329328
1. RoundedImageView
330-
带圆角的ImageView
329+
A fast ImageView that supports rounded corners and ovals or circles
331330
Project Address: https://github.com/vinc3m1/RoundedImageView
332331
Renderings: ![Renderings](https://raw.github.com/makeramen/RoundedImageView/master/screenshot.png)
333332

334333
1. ColorArt
335-
根据图片的均色设置背景色显示文字和图片,类似itune11中效果
334+
iTunes 11-style color matching code for Android, is a library that uses an image to create a themed image/text display
336335
Project Address: https://github.com/MichaelEvans/ColorArt
337336
Demo Apk: https://github.com/Trinea/TrineaDownload/blob/master/color-art-demo.apk?raw=true
338337

339338
1. CircleImageView
340-
圆形的ImageView
339+
A circular ImageView for Android
341340
Project Address: https://github.com/hdodenhof/CircleImageView
342341
Renderings: ![Renderings](https://raw.github.com/hdodenhof/CircleImageView/master/screenshot.png)
343342

344343
1. ImageViewZoom
345-
支持放大和平移的ImageView
344+
Android ImageView widget with zoom and pan capabilities
346345
Project Address: https://github.com/sephiroth74/ImageViewZoom
347346
Similar App: https://play.google.com/store/apps/details?id=com.aviary.android.feather
348347

349348
1. KenBurnsView
350-
实现Ken Burns effect效果,达到身临其境效果的ImageView
349+
Android library that provides an extension to ImageView that creates an immersive experience by animating its drawable using the Ken Burns Effect.
351350
Project Address: https://github.com/flavioarfaria/KenBurnsView
352351

353352
1. CustomShapeImageView
354-
各种形状的ImageView, 相比上面的圆形ImageView,多了更多形状
353+
Custom shape ImageView using PorterDuffXfermode with paint shapes and SVGs.
355354
Project Address: https://github.com/MostafaGazar/CustomShapeImageView
356355
Renderings: ![Renderings](https://raw.github.com/MostafaGazar/CustomShapeImageView/master/Screenshot_2013-11-05-23-08-12.png)
357356
<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>

0 commit comments

Comments
 (0)