All Projects → alexvasilkov → Gestureviews

alexvasilkov / Gestureviews

Licence: apache-2.0
ImageView and FrameLayout with gestures control and position animation

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Gestureviews

Leon
Leon is swift library to show and slid images with more gesture
Stars: ✭ 16 (-99.29%)
Mutual labels:  imageview, gesture
Zingtouch
A JavaScript touch gesture detection library for the modern web
Stars: ✭ 2,019 (-10.54%)
Mutual labels:  gesture
Pinchtozoom
Android's ImageView pinch-to-zoom made easy
Stars: ✭ 108 (-95.21%)
Mutual labels:  imageview
Swipeback
SwipeBack is an android library that can finish a activity by using gesture.
Stars: ✭ 1,717 (-23.93%)
Mutual labels:  gesture
Zhpopupcontroller
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
Stars: ✭ 1,481 (-34.38%)
Mutual labels:  gesture
Fairygui Unity
A flexible UI framework for Unity
Stars: ✭ 2,007 (-11.08%)
Mutual labels:  gesture
Loopviewpagerlayout
☺无限轮播ViewPagerLayout 广告栏 banner 多种滑动的样式 使用API简单明了
Stars: ✭ 100 (-95.57%)
Mutual labels:  imageview
Watchshaker
Simple motion detector for ⌚️ (watchOS) shake gesture.
Stars: ✭ 184 (-91.85%)
Mutual labels:  gesture
Jxpatternlock
An easy-to-use, powerful, customizable pattern lock view in swift. 图形解锁/手势解锁 / 手势密码 / 图案密码 / 九宫格密码
Stars: ✭ 165 (-92.69%)
Mutual labels:  gesture
Sharpview
安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
Stars: ✭ 137 (-93.93%)
Mutual labels:  imageview
Paintview
An Android View with Gesture Supported for Painting
Stars: ✭ 136 (-93.97%)
Mutual labels:  gesture
Audiovideocodec
一款视频录像机,支持AudioRecord录音、MediaCodec输出AAC、MediaMuxer合成音频视频并输出mp4,支持自动对焦、屏幕亮度调节、录制视频时长监听、手势缩放调整焦距等
Stars: ✭ 113 (-94.99%)
Mutual labels:  gesture
Pinchimageview
体验非常好的Android图片手势控件。
Stars: ✭ 1,871 (-17.1%)
Mutual labels:  imageview
Kotlin Playground
Kotlin practice
Stars: ✭ 111 (-95.08%)
Mutual labels:  imageview
Meiwidgetview
🔥一款汇总了郭霖,鸿洋,以及自己平时收集的自定义控件集合库(小红书)
Stars: ✭ 2,060 (-8.73%)
Mutual labels:  gesture
Drawablecolorchange
Android Library to dynamically change color of drawable.
Stars: ✭ 101 (-95.53%)
Mutual labels:  imageview
Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (-94.24%)
Mutual labels:  gesture
Imageviewer
A simple and customizable Android full-screen image viewer 一个简单且可自定义的Android全屏图像浏览器
Stars: ✭ 1,889 (-16.3%)
Mutual labels:  gesture
Lantern
基于Swift的高可用视图框架
Stars: ✭ 181 (-91.98%)
Mutual labels:  gesture
Lkimagekit
A high-performance image framework, including a series of capabilities such as image views, image downloader, memory caches, disk caches, image decoders and image processors.
Stars: ✭ 2,063 (-8.6%)
Mutual labels:  imageview

GestureViews

Maven Build

ImageView and FrameLayout with gestures control and position animation.

Main goal of this library is to make images viewing process as smooth as possible and to make it easier for developers to integrate it into their apps.

Features

  • Gestures support: pan, zoom, quick scale, fling, double tap, rotation.
  • Seamless integration with ViewPager (panning smoothly turns into ViewPager flipping and vise versa).
  • View position animation ("opening" animation). Useful to animate into full image view mode.
  • Advanced animation from RecyclerView (or ListView) into ViewPager.
  • Exit full image mode by scroll and scale gestures.
  • Rounded images with animations support.
  • Image cropping (supports rotation).
  • Lots of settings.
  • Gestures listener: down (touch), up (touch), single tap, double tap, long press.
  • Custom state animation (animating position, zoom, rotation).
  • Supports both ImageView and FrameLayout out of the box, also supports custom views.

Sample app

Get it on Google Play

Demo video

YouTube

Demo video

Usage

Add dependency to your build.gradle file:

implementation 'com.alexvasilkov:gesture-views:2.8.2'

Usage wiki

Javadoc

Sample app sources

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].