TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View

Results 84 TourGuide issues
Sort by recently updated
recently updated
newest added

My fragment contains a NestedScrollView and a few buttons are not visible until scrolled down. If I set TourGuide to show their tooltips, I can't see anything but some overlay...

In my project I don't want to use this "Welcome!" or any other Title on Tooltip. Just a Description. But in that case there is a gap in a place...

enhancement

I think the getYForTooTip method should look something like this: ``` private int getYForTooTip(int gravity, int toolTipMeasuredHeight, int targetViewY, float adjustment){ int y; if ((gravity & Gravity.TOP) == Gravity.TOP) {...

The overlay seems to not cover the area that would have the navigation bar with the back, home, and task/menu buttons, even when hidden.

Hi, Your library seems to be exactly what I'm looking for but I'm not able to add it to my project. I'm using Gradle 1.3.0. Everything builds until this error...

Crashes as soon as I start my app and the method play is called, but happens only if I am setting tooltip. This is what I get always No static...

bug

Hi, I have a menuItem for 'help' that starts a sequence with "playInSequence", but i dont know how to replay the sequence, because its beign fired only one time. I...

question

How to set pointer and tooltip to menu item in action bar?

I apologize if I am missing something obvious. My Main activity hosts a Fragment which in turn hosts a ViewPager containing two fragments. I am trying to use TourGuide on...

hi thank you for your really beautiful library. I have on serious problem. everything is OK when I call it from onCreate method of Activity, but The TourGuide.playOn() method doesn't...

bug
fixed-on-next-update