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 always crash whenever I using myTour.next(). I define it like this : ``` TourGuide first_tour = TourGuide.init..... ... ... first_tour.playOn(view); TourGuide second_tour = TourGuide.init..... ... ... second_tour.playLater(view); ```...

question
fixed-on-next-update

Hi there, I seem to be having an issue with dismissing the overlay, this is my init code: ``` mTourGuideHandler = TourGuide.init(this).with(TourGuide.Technique.Click) .setPointer(new Pointer()) .setToolTip(null) .setOverlay(new Overlay().disableClick(true)); ``` and later...

bug

I have setup TourGuide inside fragment, the problem is. When I press hardware back button, the layout is change and TourGuide is overlay with current layout.

question

Any attributes applied to a TourGuide object which is anchored on a View within a DialogFragment show up below the DialogFragment, thus not achieving the desired effect. I think this...

bug