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 app is crashing for devices on API 15 (4.0.3) when `mTutorialHandler.next()` is called in my TourGuide sequence. I would appreciate any insight as to why this might be happening....

Is there a built-in way to only display the TourGuide tuturial the first time the user uses the app? Or should I make sure to only initialize a guide on...

I use the runOverlay_ContinueMethod() in my project and found that the views that are currently highlighted are actually clickable. I want to temporarily disable all clickable items as long as...

**Code:** `ViewGroup guideView = (ViewGroup) LayoutInflater.from(this.getContext()).inflate(R.layout.guide_layout, null, false); ToolTip toolTip = new ToolTip() .setEnterAnimation(animation) .setCustomView(guideView);` **Problem:** guideView can not full screen

Hi! First of all, thank you very much for your library, it's awesome! This isn't really an issue... but I guess it could be great that you publish on the...

I want tooltip background color to be transparent

I am using tooltip library to show Guide tour in my app. My Whole app works with fragments. On right side of action bar i have button which opens Drawer...

The Title and description texts are by default center-aligned. How can I make them left-aligned? Thank you.

hey bro you forgot to add settextcolor method of tooltip, you can see the code...there is no such method about set the textcolor ![tim 20170328140334](https://cloud.githubusercontent.com/assets/17808551/24391114/aaca8cb0-13bf-11e7-95a7-d7b62f7e46ba.png) and this guy also apply...