Well For Showcase View
I using this:
https://github.com/amlcurran/ShowcaseView
After importing files it gives error. this is my errors and improted .jar files
Errors says
in java
R cannot be resolved to a variable
in style
error: Error retrieving parent for item: No resource found that matches the given name 'Theme.Sherlock.Light'.
again, in style
error: Error: No resource found that matches the given name: attr 'android:fontFamily'.
Also Are there any tutorial to use Showcase view in my project. I can not find and I didnt understant from github project. it is not clear.
Here for this I am using this library
https://github.com/amlcurran/ShowcaseView
This library works really great. How it works?? Suppose i want to highlight a menu option. Now just add the library and white this code.
and finally you have to make your menu show always like this
Now just run the app i think this will works perfectly.
The sample you use needs the ActionBarSherlock Library, you can read it in the instructions from the github page: "To use the sample download ActionBarSherlock and add it as a dependency to the library project. Use point 1 on the "Including in your project" instructions at the link."
Then the style errors will go away and R can be built.
I usually use another library for showcase views. It creates bubbles instead of concentric circles but it works really well. Maybe it is also useful for your requirements and with this one you don't have importing problems.
You just have to add 'implementation 'com.elconfidencial.bubbleshowcase:bubbleshowcase:1.3.0' in your build.gradle file of your app and synchronize your project.
It works similar to ShowCaseView library:
Source https://github.com/ECLaboratorio/BubbleShowCase-Android
This library works Awesome for all. How it works?? i want to highlight a toolbar option. Now just add the library and write code like this.
you can use multiple showCaseView using this code
1 add Library in our Gradle.build implementation 'com.github.mreram:ShowCaseView:1.0.5'
simple call this method with pass title, Description Text, view or view Id and Type
method create like this