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

Cannot compile showcaseview library on Android

I'm trying to use the ShowcaseView project in my project on Android Studio but can't get the project to build. Showcase link: https://github.com/amlcurran/ShowcaseView I have included the following: In app/build.gradle- compile…
0
votes
2 answers

Handle back press with ShowcaseView

How can I handle a user pressing the back button, whilst a ShowcaseView is showing? I want to be able to hide the ShowcaseView when they press back. As linked from https://github.com/amlcurran/ShowcaseView/issues/376
Alex Curran
  • 8,818
  • 6
  • 49
  • 55
0
votes
3 answers

How to use showcase view on a media router icon in tool bar

I recently added toolbar in my project by manually setting it by setSupportActionbar(toolbar). Right now I am facing an issue like I can't get view reference to media router button in toolbar, so showcase view not working. Is there any work around…
0
votes
3 answers

Showcaseview appear every time when fragment shown

I am trying to do use showcaseview in fragment. It works but it is continuously appears every opening of fragment. I want to it show once when opening first time and never show again. There is my code : public class Map extends Fragment { public…
mesopotamia
  • 393
  • 1
  • 5
  • 19
0
votes
3 answers

App Intro Page in Android

I want to show a UI for explaining the app.It exists in many apps. It's shown when the user start the app for the first time. Unfortunately I don't have an image to explain, so I hope somebody will understand what I'm talking about. Thanks.
Dgotlieb
  • 1,393
  • 2
  • 9
  • 15
0
votes
1 answer

Referencing options menu item as view throws NullPointerException

I'm building user guide with MaterialShowcaseView library. I plan to guide user through all toolbar options menu items in fragment (Theme.AppCompat with no action bar is used). Thus I need to reference to each options menu item as view. But…
0
votes
2 answers

Using ShowcaseView to target MenuItems Failed

I'm using https://github.com/amlcurran/ShowcaseView to display ShowcaseView for Menuitems as below: MainActivity.java: protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); // Set our view from the…
Prabhakar
  • 513
  • 1
  • 5
  • 22
0
votes
2 answers

Custom instruction overlay with highlighted view (without using ShowcaseViewLibrary)

I would like to know if there is any simple solution to creating an overlay where an element would get highlighted. So the final result would look something like this: I would like to avoid using ShowcaseViewLibrary from variety of reason (it…
Jakub Holovsky
  • 6,543
  • 10
  • 54
  • 98
0
votes
0 answers

ShowCaseView display for many activites

i am using ShowCaseView in activity A and B and singleShot(1) but problem is if i visit to activity A it showing but now if i visit B it not showing so i think it is having only one state any way we can set as per activity
Hii
  • 23
  • 7
0
votes
1 answer

Showcaseview on girdview item android

I have created an app and want to show some first time user bubbles. I am using showcaseview https://github.com/amlcurran/ShowcaseView How do i set it on the first element of the gridview ?
0
votes
1 answer

ShowcaseView's details text won't go to the new line

That's the problem, I tried using setPadding, setRight and other stupid methods, but they won't help. I need the text to go to new lines when display limits has reached, so, please help me. It seems to have place only if I use as Target,…
Movsar Bekaev
  • 888
  • 1
  • 12
  • 30
0
votes
1 answer

Issues with Showcase View on small screen

I'm using the great showcase view library in my app and it's amazing but unfortunately layout is messed up on smaller screens on small screens, i guess it's a problem in my implementation but i couldn't figure out how to fix this. and the code in…
kitsuneFox
  • 1,243
  • 3
  • 18
  • 31
0
votes
1 answer

ShowCase View with fragments

I'm trying to do a intro tutorial for my android aplication that uses View Pager with Fragments Pager Adapter and the things don't work with fragments. I'm using this library: https://github.com/amlcurran/ShowcaseView t1 = new…
Luiz
  • 325
  • 7
  • 28
0
votes
0 answers

Refresh the showcaseview Android

I am using showcase view in one of my android application. What i need is to refresh the content title and content text, keeping the target as same. Can anyone know how to solve this . I tried view.invalidate(). but not successful. Thanks -Manoj
0
votes
1 answer

First launch Tutorial in android - Show case view with fragment

After searching a lot I found a nice repository on Github which show something that i want , but the problem is I use fragments in my app and i don't know how to use library ! in my first attemp it gives me following Error …
Amir
  • 16,067
  • 10
  • 80
  • 119