GestureTutorial icon indicating copy to clipboard operation
GestureTutorial copied to clipboard

Android library to show user gestures that are to be used in their app.

Results 1 GestureTutorial issues
Sort by recently updated
recently updated
newest added

xml: ``` ``` code: ``` tv = TutorialView.create(getActivity(), TutorialView.RightToLeft, TutorialView.CenterRight, Rl.findViewById(R.id.web_view)); tv.show(); ``` gesture always places in top left corner of the view.