{"id":15040973,"url":"https://github.com/mapbox/mapbox-gestures-android","last_synced_at":"2025-10-29T19:31:14.107Z","repository":{"id":47117940,"uuid":"118781792","full_name":"mapbox/mapbox-gestures-android","owner":"mapbox","description":"The Mapbox Gestures for Android library makes it easy to detect and handle user gestures on an Android device.","archived":false,"fork":false,"pushed_at":"2024-08-12T23:00:37.000Z","size":535,"stargazers_count":28,"open_issues_count":9,"forks_count":24,"subscribers_count":100,"default_branch":"master","last_synced_at":"2025-02-07T01:13:03.491Z","etag":null,"topics":["android","android-development","android-library","gesture","gesture-detection","gesture-recognition"],"latest_commit_sha":null,"homepage":"https://docs.mapbox.com/android/maps/overview/gestures/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mapbox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-24T15:11:32.000Z","updated_at":"2024-09-15T04:40:10.000Z","dependencies_parsed_at":"2024-12-17T15:11:05.190Z","dependency_job_id":"09022ca2-edf3-47b4-97e9-bc3770fc925a","html_url":"https://github.com/mapbox/mapbox-gestures-android","commit_stats":{"total_commits":86,"total_committers":9,"mean_commits":9.555555555555555,"dds":0.5116279069767442,"last_synced_commit":"60bcff932b6fc00d1fa4dab660af8787aaa48369"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-gestures-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-gestures-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-gestures-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mapbox%2Fmapbox-gestures-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mapbox","download_url":"https://codeload.github.com/mapbox/mapbox-gestures-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238878919,"owners_count":19545855,"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-development","android-library","gesture","gesture-detection","gesture-recognition"],"created_at":"2024-09-24T20:45:21.161Z","updated_at":"2025-10-29T19:31:14.102Z","avatar_url":"https://github.com/mapbox.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mapbox Gestures for Android\n\nThe Mapbox Gestures for Android library wraps [GestureDetectorCompat](https://developer.android.com/reference/android/support/v4/view/GestureDetectorCompat.html) and introduces implementation of scale, rotate, move, shove and tap gesture detectors.\n\nMapbox Gestures for Android was inspired by [Android Gesture Detector Framework](https://github.com/Almeros/android-gesture-detectors) and offers the same functionality with some additional features on top.\n\nThe library is implemented in the projects found below, where you can head for more examples:\n\n- [The Mapbox Maps SDK for Android](https://github.com/mapbox/mapbox-maps-android)\n- [This library's sample app](https://github.com/mapbox/mapbox-gestures-android/tree/master/app/src/main/java/com/mapbox/android/gestures/testapp) included in this repository\n\nAre you using the library in your project as well? Let us know or create a PR, we'll be more than happy to add it to the list!\n\n\n## Documentation\n\nYou'll find all of this library's documentation on [our Maps Guides user interaction page](https://docs.mapbox.com/android/maps/guides/user-interaction/). This includes information on installation, using the API, and links to the API reference.\n\n\n## Getting Started\n\nIf you are looking to include Mapbox Gestures for Android inside of your project, please take a look at [the detailed instructions](https://docs.mapbox.com/android/maps/guides/user-interaction/) found in our docs. If you are interested in building from source, read the contributing guide inside of this project.\n\nTo use the Gestures library, you need to set the SDK registry (own Mapbox Maven repo) first. \nPlease follow the instructions provided at the general [Maps install page](https://docs.mapbox.com/android/maps/guides/install/#add-the-dependency). \n\nThen add the Mapbox Android Gestures library : \n\n```java\n// In the app build.gradle file\ndependencies {\n    implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:x.y.z'\n}\n```\n\n#### Mapbox access tokens\n\nTo build test application you need to configure Mapbox access tokens as described at https://docs.mapbox.com/android/maps/guides/install/#configure-credentials.\nTo run the specific Mapbox activity in this repo's test application, you need to include public token in the [app/src/main/res/values/developer-config.xml] resource file.\n\n## Getting Help\n\n- **Need help with your code?**: Look for previous questions on the [#mapbox tag](https://stackoverflow.com/questions/tagged/mapbox+android) — or [ask a new question](https://stackoverflow.com/questions/tagged/mapbox+android).\n- **Have a bug to report?** [Open an issue](https://github.com/mapbox/mapbox-gestures-android/issues). If possible, include the version of Mapbox Core that you're using, a full log, and a project that shows the issue.\n- **Have a feature request?** [Open an issue](https://github.com/mapbox/mapbox-gestures-android/issues/new). Tell us what the feature should do and why you want the feature.\n\n## Building\n\nTo build the library and the sample app you need to remove or adapt the following files to your environment:\n- [gradlew](./gradlew)\n- [gradlew.bat](./gradlew.bat)\n- [gradle/wrapper](./gradle/wrapper)\n\n## Sample code\n\n[This repo's test app](https://github.com/mapbox/mapbox-gestures-android/tree/master/app/src/main/java/com/mapbox/android/gestures/testapp) can also help you get started with the Gestures library.\n\n## Contributing\n\nWe welcome feedback, translations, and code contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## Version\n\nNoting here, that `0.x` versions series of `Mapbox Gestures for Android` is still in an experimental phase. Breaking changes can occur with every iteration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapbox%2Fmapbox-gestures-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmapbox%2Fmapbox-gestures-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmapbox%2Fmapbox-gestures-android/lists"}