{"id":21130355,"url":"https://github.com/elevenetc/DraggableView","last_synced_at":"2025-07-09T01:33:24.476Z","repository":{"id":75010126,"uuid":"42080970","full_name":"elevenetc/DraggableView","owner":"elevenetc","description":"Draggable views with rotation and skew/scale effects","archived":false,"fork":false,"pushed_at":"2015-09-09T23:19:00.000Z","size":45131,"stargazers_count":560,"open_issues_count":0,"forks_count":82,"subscribers_count":19,"default_branch":"master","last_synced_at":"2023-10-20T19:39:21.403Z","etag":null,"topics":["android","android-library","android-ui","animation"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elevenetc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-08T00:34:55.000Z","updated_at":"2023-10-14T04:53:19.000Z","dependencies_parsed_at":"2023-03-07T00:30:43.776Z","dependency_job_id":null,"html_url":"https://github.com/elevenetc/DraggableView","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2FDraggableView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2FDraggableView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2FDraggableView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elevenetc%2FDraggableView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elevenetc","download_url":"https://codeload.github.com/elevenetc/DraggableView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476370,"owners_count":17480215,"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","android-library","android-ui","animation"],"created_at":"2024-11-20T05:32:38.844Z","updated_at":"2024-11-20T05:32:47.271Z","avatar_url":"https://github.com/elevenetc.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Widget\"\u003e\u003c/A\u003eWidget"],"readme":"# DraggableView\nDraggable views with rotation and skew/scale effects.\n\n![animation](docs/skewview.gif)\n![animation](docs/rotateview.gif)\n\n### Usage\n1. Implement [`DragController.IDragViewGroup`](library/src/main/java/su/levenetc/android/draggableview/DragController.java)\n2. Create instance of [`DragController`](library/src/main/java/su/levenetc/android/draggableview/DragController.java)\n3. Override `onTouchEvent` of your `ViewGroup` and call `DragController#onTouchEvent`:\n```Java\n@Override public boolean onTouchEvent(MotionEvent event) {\n\treturn dragController.onTouchEvent(event);\n}\n```\nSee full sample at [`SampleGridContainer`](sample/src/main/java/su/levenetc/android/sample/SampleGridContainer.java)\n### Animation adjustments\n[`SkewView`](library/src/main/java/su/levenetc/android/draggableview/SkewView.java) and [`RotateView`](library/src/main/java/su/levenetc/android/draggableview/RotateView.java) containe multipliers which change rotation, skew and scale values.\n### Download\n```Groovy\nrepositories {\n    maven { url \"https://jitpack.io\" }\n}\n//...\ndependencies {\n    //...\n    compile 'com.github.elevenetc:draggableview:v1.0.1'\n}\n```\n### Licence\nhttp://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevenetc%2FDraggableView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felevenetc%2FDraggableView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felevenetc%2FDraggableView/lists"}