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
1 answer

Showcaseview in multiple fragment which is inside view pager under same activity?

I am having problem to show showcaseview demo view on every fragment which is inside view pager.I am seeing showcase view can only be initialized with activity and creates a single instance.So if i hide showcaseview in on fragment then it hides on…
Krishna Shrestha
  • 1,662
  • 14
  • 38
0
votes
1 answer

Android showcaseview title issue

I am using https://github.com/amlcurran/ShowcaseView to make a simple tutorial but the title or the text comes up all compressed in left corner. Using sv.setShouldCentreText(true); doesn't make a difference. Here is the code. …
Arslan Mehboob
  • 1,012
  • 1
  • 9
  • 21
0
votes
1 answer

Force Cast button to show?

I am implementing the Chromecast SDK into my Android application and I'd like to know if it's at all possible to make the Cast button appear regardless of whether there are available cast routes available? Currently, the SDK works by hiding the…
Mr Pablo
  • 4,109
  • 8
  • 51
  • 104
0
votes
1 answer

android - eclipse android launch stuck at 100

I have an android application using google's basegameutils library. When I compile and run the application with only the basegameutils library it runs fine. When I add the espian showcaseview library the launch gets stuck at 100 percent. I have also…
Codes
  • 195
  • 1
  • 5
  • 15
0
votes
2 answers

Android showcaseview trying to make circle smaller

I tried to find some information how to do that but nothing works for me so far. When I try to do that: new ShowcaseView.Builder(getActivity(), true) Outer 2 glowing circle is gone and other two circles lose their colors. Only button remains to have…
pit_ns
  • 75
  • 1
  • 8
0
votes
1 answer

multiple showcaseviews android

How can I add multiple showcaseviews to my layout... I've tried this: import com.github.amlcurran.showcaseview.sample.R; import android.annotation.TargetApi; import android.app.Activity; import android.os.Build; import android.os.Bundle; import…
0
votes
2 answers

How do I edit the styles.xml of a dependency in Android Studio?

How do I edit the styles.xml of a dependency in Android Studio? Im currently using ShowcaseView 5.0 , but i want to theme the styles xml to what my ui colors look like. but i dont see any styles.xml associated from maven dependency. Default theme i…
Dave
  • 141
  • 2
  • 14
0
votes
1 answer

Adding ShowcaseView as library project

How can I add the ShowcaseView project as a library to my project? I´m using Eclipse [ADT]. I´ve already set the checkbox "is libryry" in properties from the library to checked and added it to my library but the example code new…
user3531864
  • 167
  • 3
  • 11
0
votes
1 answer

How to add a semi-transparent demo screen using ShowcaseView

I know ShowcaseView can target one exact view, but I just want a semi-transparent demo screen without target anything, and I want to customize showcase's background. So I did this: showcaseView=new ShowcaseView.Builder(this) //…
user1024
  • 982
  • 4
  • 13
  • 26
0
votes
2 answers

Android : importing ShowcaseView with gradle but can't import its library as module

Hello my teacher and masters, I appreciate your time for reading this known issue, I really do. I respect Google by Android and everthing. This gradle thing, instead, all of problem coming back to gradle. Anyway, since we are not allowed to ask in…
afra mehrparvar
  • 259
  • 2
  • 5
0
votes
2 answers

Android ShowcaseView Usage - Unable to import it to my Project

I finished my App, and now i want to add a tutorial. I found the ShowcaseView Library and i really want to use it. The Problem is the import of this library. Iam new to this whole Android/Eclipse thing, and i dont know exactly how this whole…
ent30
  • 60
  • 6
0
votes
2 answers

how to change the text size in "showcaseview" library

Is there a way to change text and tile size in showcaseview? I cant find in the code where the text size is set. Thanks, Ilan
ilan
  • 4,402
  • 6
  • 40
  • 76
0
votes
1 answer

CastVideo-Android sample using forked ShowcaseView project library not working with multiple Icons in ActionBar

I'm creating a cast-enabled application using the CastVideos-android sample project as a reference. Version 1.2 of the CastVideos-android sample uses this forked version of the ShowcaseView library to display a very nice looking overlay to…
dell116
  • 5,835
  • 9
  • 52
  • 70
0
votes
1 answer

How to Configure ShowcaseView

I am using ShowcaseView from Github. where i cannot find anything about ConfigOptions and how to use it... I am writing below code which is commented in samples. and i want to use it. but it shows error on below code because of ShowcaseView file has…
Sagar Maiyad
  • 12,655
  • 9
  • 63
  • 99
0
votes
1 answer

ShowcaseView slow down my App thrice

I get used to working with a Showcase View in my app (newest v5.0). I'm using Fragments in my app. My Android is 4.4. @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { rootView =…
Eliasz Kubala
  • 3,836
  • 1
  • 23
  • 28