Requesting a ShowcaseView example

2.6k Views Asked by At

I've been hearing a lot about Espiandev ShowcaseView as a good tutorial tool for Android apps, but unfortunately I couldn't find any examples of its implementation but the sample provided with the library. No matter what I tried, I could not get that sample to compile. I've installed the library and its dependencies on my Eclipse IDE as instructed here and it looks like it was installed fine. Eclipse tells me to import R (android) on both java files (SampleActivity and ActionItemsSampleActivity) and none of the usual tricks work (like cleaning the project, for example). Also, it doesn't know what StrictMode is. The Styles.xml also gives out compilation errors such as No resource found that matches the name: attr 'text' and also for showcaseButtonStyle. I am also using ActionBarSherlock in my workspace.

Please, can someone provide a working example or point me to a step-by-step tutorial (or YouTube)?

0

There are 0 best solutions below