Skip to content

roamtouch/gesturekit-helper-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GestureKit Technology

GestureKit Helper Plugin for Android library project.

A helper plugin that allows the user to visualize the finger activity and also provide information about the available gestures.

Setup

Import GestureKit jar file into the project first and instantiate.

  • Create an app or use one already created.

  • Download the last version of GestureKit jar file from Download Page

  • Import the jar file into your project and follor instructions on the Android Addon page.

To enable the Helper, import the library and set it as GestureKitHelper plugin.

  • Import the library project into your workspace.

  • Add the library proect to your application.

  • Set GestureKitHelper as plugin with this line of code.

this.gesturekit.setPlugin((PluginInterface) new GestureKitHelper(this, this.gesturekit));

Maintained by

Credits

RoamTouch logo

RoamTouch

RoamTouch logo

GestureKit

License

Licensed under Apache v2 License.

Copyright (c) 2014 RoamTouch.

About

A GestureKit plugin to show the gesture drawing to the user at runtime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages