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

How can I get a callback after an entire sequence of ChainTourGuide's are complete? eg. Let's say I have 5 buttons - in order - A,B,C,D,E and each of them...

I have troubles when play a TourGuide on a View inside a ScrollView. I think overlay should scroll with the content.

If you click rapidly within an OverlaySequence (I'm using the listener method) When the tutorial finishes, the UI is left unresponsive and you can't interact with anything on screen (nav...

Is there a way to change the font-family attributes for the tooltips. I tried using setCustomView, but the new tooltip only displays an empty black view. Is there a set...

​ I used similar example of Sequence.ContinueMethod.Overlay (continue method paramater). When I click normal there is no problem but when click fast it is not terminated. On screen it looks...

Hi Is there way to set up button / Home button view to toolTip so it makes circle over back/up/home button in toolbar ?

Tour only display when open app for the first time

enhancement

This pull request is focused on resolving occurrences of Sonar rule squid:S1186 Methods should not be empty You can find more information about the issue here: https://dev.eclipse.org/sonar/rules/show/squid:S1186 Please let me...

Fixes #88, originally raised by me. Checks where the action bar is, and increases the overlay bitmap by that size, in case the app is in fullscreen.

at tourguide.tourguide.TourGuide.handleDisableClicking(TourGuide.java:230) at tourguide.tourguide.TourGuide.startView(TourGuide.java:209) at tourguide.tourguide.TourGuide.access$000(TourGuide.java:27) at tourguide.tourguide.TourGuide$1.onGlobalLayout(TourGuide.java:199) at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:912) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1911) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1084) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5990) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767) at android.view.Choreographer.doCallbacks(Choreographer.java:580) at android.view.Choreographer.doFrame(Choreographer.java:550) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135)...