worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

TourGuide in ListView #13

Open Adnan9011 opened 9 years ago

Adnan9011 commented 9 years ago

hi about listview , i have listview in my drawer and want to use TourGuide to introduce my drawer (that include listview)

any idea ?

VictorJava commented 9 years ago

I want to join the discussion. I need to show guide in tabsStrip and list. There are suggestions how to do it?

epm157 commented 9 years ago

I have this issue as well and looking for a solution but it seems that it is not supported yet :(

Martin-Hogge commented 9 years ago

Hi ! I got almost the same problem too. I need to show up a tutorial on a view inside my drawer (which is a linearLayout inside a scrollView). I call tourGuide.playOn() in the onDrawerOpened() method but nothing show up.

epm157 commented 9 years ago

I used Showcaseview library which supports this: https://github.com/amlcurran/ShowcaseView

Martin-Hogge commented 9 years ago

Yeah but Showcaseview is now deprecated. :/

miladehghani commented 8 years ago

how to add guide on a special item in customized list view???

miladehghani commented 8 years ago

@epm157 but show case does not support activities with no Action Bar