I want to use Showcaseview
in my android application to indicate LongPress
gesture. I am using ShowcaseView Library and i also reffered its sample demo app.I also searched for other sample application but couldn't get much idea. As i am new to this concept, i don't know how i should use it to indicate long press gesture in my application.Please help me to solve this problem and give some suggestion or any tutorials regarding this topic.
Thank you.
Asked
Active
Viewed 421 times
3

Zankhna
- 4,570
- 9
- 62
- 103
-
Just to detect LONGPRESS, have you used this library?? – SweetWisher ツ Nov 23 '13 at 10:18
-
I am using this library just to implement `ShowcaseView` functionality,but i don't know whether it provides any in-built `Longpress` animation or not.It provides facility of `Swipe` and `Click` events,but for `Longpress` does it provide any functionality? If you have used it then please help me for this issue. – Zankhna Nov 23 '13 at 10:22
-
Can u show me the code for Swipe and Click events?? – SweetWisher ツ Nov 23 '13 at 10:23
-
For swipe : `Showcaseview sv;sv.animateGesture(0, 0, 0, 0);` – Zankhna Nov 23 '13 at 10:24
-
try with simple [GestureDetector](http://www.tutorialspoint.com/android/android_gestures.htm) to handle long press – SweetWisher ツ Nov 23 '13 at 10:27
-
Have you ever used `ShowcaseView` ? – Zankhna Nov 23 '13 at 10:38
-
let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/41762/discussion-between-sweetwisher-and-zanky) – SweetWisher ツ Nov 23 '13 at 10:49
-
Anyone else figure this out? – reidisaki Sep 07 '14 at 18:33
1 Answers
0
this tutorial used for you check it

Muralikrishna
- 1,044
- 10
- 17
-
You might got my question wrongly. I want to implement `ShowcaseView` for `Longpress`. – Zankhna Nov 23 '13 at 10:01