All Projects → mapbox → mapbox-gestures-android

mapbox / mapbox-gestures-android

Licence: other
The Mapbox Gestures for Android library makes it easy to detect and handle user gestures on an Android device.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mapbox-gestures-android

Intel-Realsense-Hand-Toolkit-Unity
Intel Realsense Toolkit for Hand tracking and Gestural Recognition on Unity3D
Stars: ✭ 72 (+188%)
Mutual labels:  gesture, gesture-detection, gesture-recognition
btt
Low level MacOS management in JavaScript via BetterTouchTool
Stars: ✭ 92 (+268%)
Mutual labels:  gesture, gesture-recognition
gesto
You can set up drag, pinch events in any browser.
Stars: ✭ 47 (+88%)
Mutual labels:  gesture, gesture-recognition
GIMLeT
GIMLeT – Gestural Interaction Machine Learning Toolkit
Stars: ✭ 33 (+32%)
Mutual labels:  gesture, gesture-recognition
simple gesture detector
Easy to use, reliable and lightweight gesture detector for Flutter apps, exposing simple API for basic gestures
Stars: ✭ 26 (+4%)
Mutual labels:  gesture, gesture-detection
AndroidBackgroundSevices
A guide in creating a reccuring background intent service that executes tasks in the background thread withouth fail
Stars: ✭ 17 (-32%)
Mutual labels:  android-development
FancyBottomSheetDialog
This is android library implementing bottom sheet like fancy dialog
Stars: ✭ 21 (-16%)
Mutual labels:  android-development
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (+36%)
Mutual labels:  android-development
floating-layout-android
Floating Layout library for Android
Stars: ✭ 55 (+120%)
Mutual labels:  android-development
sense-iOS
Enhance your iOS app with the ability to see and interact with humans using the RGB camera.
Stars: ✭ 19 (-24%)
Mutual labels:  gesture-recognition
PaymentCardView
Custom Credit/Debit card view
Stars: ✭ 62 (+148%)
Mutual labels:  android-development
Einsen
🎯 Einsen is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built to Demonstrate use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
Stars: ✭ 821 (+3184%)
Mutual labels:  android-development
gestures-android
Gesture recognizers for Android
Stars: ✭ 18 (-28%)
Mutual labels:  gesture
Wallser
A wallpaper browsing and downloading app
Stars: ✭ 55 (+120%)
Mutual labels:  android-development
Simple-Thank-You
A warm Thank You for supporting our modern & easy Simple Mobile Tools apps!
Stars: ✭ 140 (+460%)
Mutual labels:  android-development
gestures
A library for normalized events and gesture for desktop and mobile.
Stars: ✭ 31 (+24%)
Mutual labels:  gesture
react-native-gesture-flip-card
A card flipping animation component using gesture for react-native.
Stars: ✭ 93 (+272%)
Mutual labels:  gesture
Gestures-Samples
Project Prague Code Samples
Stars: ✭ 98 (+292%)
Mutual labels:  gesture
circular-reveal-fragment
Push/pop fragment in style
Stars: ✭ 34 (+36%)
Mutual labels:  android-development
Biometric-Authentication-Android
A sample implementation of AndroidX biometrics API using Kotlin. Authenticate using biometrics or PIN/Password if biometrics isn't available on device. Fully implemented in Jetpack compose using Material 3 dynamic theming and also has a separate implementation in xml with MDC 3.
Stars: ✭ 29 (+16%)
Mutual labels:  android-development

Mapbox Gestures for Android

The Mapbox Gestures for Android library wraps GestureDetectorCompat and introduces implementation of scale, rotate, move, shove and tap gesture detectors.

Mapbox Gestures for Android was inspired by Android Gesture Detector Framework and offers the same functionality with some additional features on top.

The library is implemented in the projects found below, where you can head for more examples:

Are 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!

Documentation

You'll find all of this library's documentation on our Maps Guides user interaction page. This includes information on installation, using the API, and links to the API reference.

Getting Started

If you are looking to include Mapbox Gestures for Android inside of your project, please take a look at the detailed instructions found in our docs. If you are interested in building from source, read the contributing guide inside of this project.

To use the Gestures library, you need to set the SDK registry (own Mapbox Maven repo) first. Please follow the instructions provided at the general Maps install page.

Then add the Mapbox Android Gestures library :

// In the app build.gradle file
dependencies {
    implementation 'com.mapbox.mapboxsdk:mapbox-android-gestures:0.8.0'
}

Mapbox access tokens

To build test application you need to configure Mapbox access tokens as described at https://docs.mapbox.com/android/maps/guides/install/#configure-credentials. To build the project you need to specify SDK_REGISTRY_TOKEN as an environmental variable or a gradle property. It is a secret token used to access the SDK Registry (Mapbox Maven instance) during compile time, with a scope set to DOWNLOADS:READ. To 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.

Getting Help

  • Need help with your code?: Look for previous questions on the #mapbox tag — or ask a new question.
  • Have a bug to report? Open an issue. If possible, include the version of Mapbox Core that you're using, a full log, and a project that shows the issue.
  • Have a feature request? Open an issue. Tell us what the feature should do and why you want the feature.

Sample code

This repo's test app can also help you get started with the Gestures library.

Contributing

We welcome feedback, translations, and code contributions! Please see CONTRIBUTING.md for details.

Version

Noting here, that 0.x versions series of Mapbox Gestures for Android is still in an experimental phase. Breaking changes can occur with every iteration.

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].