Questions tagged [showcaseview]

The ShowcaseView is an Android library which showcases specific parts of an application.

ShowcaseView is an Android library designed to highlight and showcase specific parts of apps to the user with a distinctive and attractive overlay. The library shows points of interest for users, gestures, etc.

The library is based on the "Cling" view found in the Launcher on Ice-Cream Sandwich and Jelly Bean, but extended for ease of use.

167 questions
0
votes
2 answers

ShowcaseView on top of DialogFragment

I am using ShowcaseView in an Android App. I want to be able to display the ShowcaseView on top of a DialogFragment. But for me, the ShowcaseView is displaying underneath the DialogFragment. There are open issues on this subject on github for this…
Leo Landau
  • 1,785
  • 17
  • 25
0
votes
1 answer

Using ShowCaseView for fragments

When I tried to search for this, I got many solutions which mention use of function insertShowcaseView with some parameters which works well for fragments. But I am unable to find this function in my downloaded library of showcaseview. Can anyone…
0
votes
2 answers

Setting up Proguard with a Library project that depends on external jars

My android project has many dependencies, one of them has a libs folder with some jars, and everything is working fine until i try using proguard. When running proguard i got an error with this log: Warning: [!!few lines like this!!]: can't find…
j.c
  • 2,825
  • 3
  • 31
  • 45
0
votes
1 answer

Start new intent ShowcaseViews button click

I don't know how to start a new intent if the user presses a button in my Android in-app tutorial (ShowcaseViews). Here is my ShowcaseViews class: public class ShowcaseViews { private final List views = new…
Rohodude
  • 63
  • 7
0
votes
1 answer

Class could not be instantiated XML

I am trying to incorporate a guided tour in my Android application, but I have run into a very simple error that I cannot solve. This error is in my XML file. Here it is: The following classes could not be instantiated: - com.rohit.ShowcaseView…
Rohodude
  • 63
  • 7
0
votes
1 answer

Android Show First launch Guide Dialog

Well I want to show like this guide dialog message at first launch. What is that I dont know I have try with this code but not looking like it.