MaterialIntroView
MaterialIntroView copied to clipboard
Material Intro View is a showcase android library.
How can we use it with ActionBarDrawerToggle?
As the title asks, how exactly do I create a sequence of Intros to be shown? I didn't get a clear indication on how to do it from the code...
my app crashing everytime when material intro try to show in landscape mode...without material view app doesn't crash on landscape mode and on potrait app just works fine with material...
Hi Mert, Awesome library! Have started seeing crashlogs coming in that relate to the library and only in Android 7.x Below is the crash log, and the code I am...
Check out https://github.com/shripal17/MaterialIntroView-v2 With quite a few bug fixes, loads of customisation add-ons, and most importantly Sequence support!
This pull request fixes issue #87. --- This change is [](https://reviewable.io/reviews/iammert/materialintroview/88)
The sample code shown in the README.md file has an invalid method name mentioned - `setShapeType` which is in reality `setShape`.
l
Failed to resolve: com.github.iammert:MaterialIntroView:1.6.0
Hi, First of all, thanks for nice library. I tried to use intro view on a dialog which I created but library fails to show intro on dialog. It shows...