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

Change text size on showcaseview

I am using case view in my app. Is there any way to make the text smaller? And that I do not need dissmis. I want to close it by clicking on its circle. what should I do? ShowcaseConfig config =new ShowcaseConfig(); config.setDelay(500); …
0
votes
1 answer

How can i use show case view in flutter?

I use showCaseView package in my app, and want to showcase for one time (just after the first start), How can I do this only once and not show it on the next launches? @override void initState() { super.initState(); …
user12776372
0
votes
1 answer

How to display ShowCase on Alert Dialog (Android)

I've used the library com.github.mreram: showcaseview: 1.1. When I want to show the showcase on the alert, it shows the showcase behind the alert. I've used almost all of the ShowCases but they all have the same problem. private GuideView…
user11657764
0
votes
1 answer

Fancy Show Case View

i want to make show case view in my apps, in first showcase page i want to show confirmation page that have two button ok or not, if ok then continue to next show case, if not will remove / hide showcase. but my ok button doesn't work right now,…
asqa
  • 199
  • 3
  • 17
0
votes
1 answer

Create a Sequence so that code runs "one after another"?

Quick question... I'm currently using a library to "showcase" views in order to help a first-time user to my app to know how to perform certain functions. My problem is that the library I'm using, MaterialIntroView, doesn't appear to have any…
0
votes
1 answer

Is there a way to disable clicks on Views behind the ShowcaseView (inside the TargetView)?

Is there a way to disable clicks on views behind the ShowcaseView (inside the TargetView)? I have a very short tutorial and don't want users to be able to click through to elements behind the ShowcaseView because this interrupts its flow. Is there…
Martin Erlic
  • 5,467
  • 22
  • 81
  • 153
0
votes
0 answers

Setting a showCaseView to opaque without covering showcased Item

In my Android Studio project, the default transparency of the showCaseView allows background form text to clash with the showCaseView text. To resolve this, my goal is to change the transparency of the showCaseView to fully opaque. How do I…
Mr. Negi
  • 154
  • 1
  • 15
0
votes
0 answers

Switch to a different view on button press ShowcaseView

I'm currently working on implementing ShowcaseView into an app. My goal is to change views when the done button is pressed. But once it changes to the new view, the whole code block runs again, and the ShowcaseView pops up again on the next page.…
Dan Grueneberg
  • 215
  • 1
  • 4
  • 9
0
votes
1 answer

ShowCaseView does not hide when touching outside

new ShowcaseView.Builder(mainTabActivity) .withHoloShowcase() .setTarget(new ViewTarget(recyclerView.findViewHolderForAdapterPosition(0).itemView)) …
Bryan
  • 337
  • 1
  • 12
0
votes
1 answer

How to fix this showcase button

i am getting problem with the showcase View button which is showing below the soft key in android marshmallow but it perfectly showing in kitkat version. here is the view how it looks in marshmallow version and how it looks in kitkat version here…
0
votes
1 answer

MaterialShowCaseView on MenuItem Android doesn't work if set to ifRoom|collapseActionView

I'm using this great library. It helps me a lot. But, I got in trouble with MenuItem if the showAsAction set to ifRoom|collapseActionView. The rounded hole won't appear. Only the overlay background and text appeared. PS: I want to do showcaseview on…
Andri Wu
  • 105
  • 1
  • 2
  • 11
0
votes
1 answer

Android ShowcaseView not showing with recursion method

Straight to the point. I am trying to show coachmark series using ShowcaseView library by amlcurran: https://github.com/amlcurran/ShowcaseView I can't get the coachmark showing. The problem is runCoachMark() method always returning null.…
Wellsen
  • 325
  • 1
  • 3
  • 9
0
votes
1 answer

How to change android showcaseview circle position?

I have created showcase view using https://github.com/amlcurran/ShowcaseView library. By default the showcase view circle is pointing to the center of the element. I want to move this circle to the beginning of the TextView please help…
Bikesh M
  • 8,163
  • 6
  • 40
  • 52
0
votes
1 answer

ShowcaseView is not centered

I have a strange error when exiting the app and reentering it ,the ShowcaseView is not centered,I use this code in a Fragment. This my code for : target = new ViewTarget(iv_QR); if (showcase == null) { Button button =…
Maxim Toyberman
  • 1,906
  • 1
  • 20
  • 35
0
votes
1 answer

ShowCase View sequence

I have to implement a Showcase View sequence (important!) on my activity, and this Showcase View seqeunce has to move between the Activity's object (like EditText, TextView, Button, etc..). I didn't found a lot of documentation, and that…
L. Bedin
  • 5
  • 1
  • 3