{"id":13642532,"url":"https://github.com/alexvasilkov/GestureViews","last_synced_at":"2025-04-20T16:32:44.217Z","repository":{"id":39614221,"uuid":"20322927","full_name":"alexvasilkov/GestureViews","owner":"alexvasilkov","description":"ImageView and FrameLayout with gestures control and position animation","archived":false,"fork":false,"pushed_at":"2022-01-06T11:49:56.000Z","size":21288,"stargazers_count":2385,"open_issues_count":11,"forks_count":388,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-04-13T16:53:24.347Z","etag":null,"topics":["android","animation","gesture","imageview"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexvasilkov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-30T08:42:26.000Z","updated_at":"2025-04-09T06:22:09.000Z","dependencies_parsed_at":"2022-08-09T15:06:51.800Z","dependency_job_id":null,"html_url":"https://github.com/alexvasilkov/GestureViews","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvasilkov%2FGestureViews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvasilkov%2FGestureViews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvasilkov%2FGestureViews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvasilkov%2FGestureViews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexvasilkov","download_url":"https://codeload.github.com/alexvasilkov/GestureViews/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249926571,"owners_count":21346587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","animation","gesture","imageview"],"created_at":"2024-08-02T01:01:32.683Z","updated_at":"2025-04-20T16:32:44.190Z","avatar_url":"https://github.com/alexvasilkov.png","language":"Java","funding_links":[],"categories":["手势操作","Library","Java","Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"GestureViews\n============\n\n[![Maven][mvn-img]][mvn-url]\n[![Build][build-img]][build-url]\n\nImageView and FrameLayout with gestures control and position animation.\n\nMain goal of this library is to make images viewing process as smooth as possible and to make it\neasier for developers to integrate it into their apps. \n\n#### Features ####\n\n- Gestures support: pan, zoom, quick scale, fling, double tap, rotation.\n- [Seamless integration](https://github.com/alexvasilkov/GestureViews/wiki/Usage#viewpager) with ViewPager (panning smoothly turns into ViewPager flipping and vise versa).\n- [View position animation](https://github.com/alexvasilkov/GestureViews/wiki/Basic-animations) (\"opening\" animation). Useful to animate into full image view mode.\n- [Advanced animation](https://github.com/alexvasilkov/GestureViews/wiki/Advanced-animations) from RecyclerView (or ListView) into ViewPager.\n- Exit full image mode by scroll and scale gestures.\n- Rounded images with animations support. \n- [Image cropping](https://github.com/alexvasilkov/GestureViews/wiki/Image-cropping) (supports rotation).\n- [Lots of settings](https://github.com/alexvasilkov/GestureViews/wiki/Settings).\n- [Gestures listener](https://github.com/alexvasilkov/GestureViews/wiki/Usage#listeners): down (touch), up (touch), single tap, double tap, long press.\n- Custom state animation (animating position, zoom, rotation).\n- Supports both ImageView and FrameLayout out of the box, also supports [custom views](https://github.com/alexvasilkov/GestureViews/wiki/Custom-views).\n\n#### Sample app ####\n\n\u003ca href=\"http://play.google.com/store/apps/details?id=com.alexvasilkov.gestures.sample\"\u003e\n  \u003cimg alt=\"Get it on Google Play\" src=\"https://play.google.com/intl/en_us/badges/images/apps/en-play-badge-border.png\" height=\"64\" /\u003e\n\u003c/a\u003e\n\n#### Demo video ####\n\n[YouTube](https://youtu.be/KDJj08qN7n4)\n\n[![Demo video](https://github.com/alexvasilkov/GestureViews/raw/master/sample/art/demo.gif)](https://youtu.be/KDJj08qN7n4)  \n\n#### Usage ####\n\nAdd dependency to your `build.gradle` file:\n\n    implementation 'com.alexvasilkov:gesture-views:2.8.3'\n\n[Usage wiki](https://github.com/alexvasilkov/GestureViews/wiki/Usage)\n\n[Javadoc][javadoc-url]\n\n[Sample app sources](https://github.com/alexvasilkov/GestureViews/tree/master/sample)\n\n#### License ####\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n[mvn-url]: https://maven-badges.herokuapp.com/maven-central/com.alexvasilkov/gesture-views\n[mvn-img]: https://img.shields.io/maven-central/v/com.alexvasilkov/gesture-views.svg?style=flat-square\n\n[build-url]: https://actions-badge.atrox.dev/alexvasilkov/GestureViews/goto?ref=master\n[build-img]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Falexvasilkov%2FGestureViews%2Fbadge%3Fref%3Dmaster\u0026style=flat-square\n\n[javadoc-url]: http://javadoc.io/doc/com.alexvasilkov/gesture-views\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvasilkov%2FGestureViews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexvasilkov%2FGestureViews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvasilkov%2FGestureViews/lists"}