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
1
vote
3 answers

Showcaseview not displaying action bar items

So in my project I am using a showcaseview to create a tutorial for the user. When I point the ShowcaseView to any action bar id, the result is this: My question is is it possible to have the showcaseview target the specific items in the action bar…
andrew749
  • 171
  • 1
  • 10
1
vote
1 answer

Android Youtube App Hint Circle

I am trying to add a hint circle into my app, I implemented Showcase View library but it does not operate like the actual hint circle used in the Youtube App. The Youtube App blurs the background activity so the content is not visible while the…
arayray
  • 241
  • 6
  • 19
1
vote
0 answers

jquery + yoxview + awshowcase

I am using jwplayer and yoxview plugin for streaming local videos and awshowcase plugin to have a sliding effect. But there is a problem the videos in the first div.thumbnails is working properly while if i slide to any other div.thumbnails and…
user2346047
  • 213
  • 1
  • 2
  • 16
0
votes
0 answers

Flutter showcase (do-after completed)

I am trying to experiment with nested ShowCaseWidgets to get something working within my main app. Is there a way of doing something only after the first ShowCase is finished? I want to run the second ShowCase (which is on the next page) only when…
RishV
  • 17
  • 3
0
votes
0 answers

ShowCaseWidget in CupertinoNavigationBar causing exception 'Please provide ShowCaseView context'

I am trying to have a Showcase in my CupertinoNavigationBar, but when I navigate to the Detail page, I get an exception Please provide ShowCaseView context I have saved the context from the ShowCaseWidget and applied it, but I can't get it to work…
0
votes
0 answers

Sidemenu does not remain after page refresh in Nebular

I am using nebular menu in my application. I am facing an issue like the side menu does not remain after page refresh. It only remain when I click another header-menu item in the head-menu. I tried to get selected side menu item in…
Akira
  • 1
0
votes
0 answers

Why is my showcaseview showing behind my bottomsheetdialog in android?

I am trying to show a showcase inside my bottomsheetdialog, as shown in my code below: MainActivity.java: report.setOnClickListener(v -> { final Dialog dialog = new Dialog(MainActivity.this); …
user21248724
0
votes
0 answers

Android Showcaseview: How do I show a beautiful focused view of a spinner when the activity loads, in android?

I have a spinner element inside a table row, like this:
user21139885
0
votes
0 answers

Open TapTargetSequence only on first use of app

I have this tab target and it plays sequentially, please I want to display it as only once during the first time using the application, please explain how to do this new TapTargetSequence(this) .targets( …
0
votes
1 answer

Android Showcase View how to use to one show?

How can I display the Tab Target only once when opening the activity for the first time? This is my code : textView = findViewById(R.id.main_title_activity_text); new TapTargetSequence(this) .targets( …
0
votes
1 answer

How to use showcase plugin for first string in flutter?

I want to use a showcase widget on a text displayed after a result is run. This is the implementation I want to implement this feature for the first string of the map. when I execute it like this. The text seems to disappear. How to fix this. for…
0
votes
0 answers

Showcase view not showing above the Dialog in Android

I am developing an app and I need to show showcase view on several case. In activity it is working fine. I have a dialog showing some recycler view data. In that dialog I need to show showcase overlay in first item of recycler view. I tried several…
Jayesh M
  • 139
  • 12
0
votes
1 answer

Download static images asynchronous, NextJS + TypeScript

I have a question, I'm making a website with NextJS and TypeScript. The website has a showcase gallery and my whole site is static. What I display in first view is thumbnails of images and when I click on a thumbnail, it displays the original image…
0
votes
1 answer

Showcaseview package highlighting CupertinoTabScaffold (used as BottomNavBar) [Flutter]

I am using showCaseView package and when I'm highlighting widgets, cupertinoTabScaffold is also highlighted. ShowCaseWidget wrapping MaterialApp widget so TabScaffold and all other widgets wrapped by ShowCase package. Has anyone encountered this,…
SardorbekR
  • 1,388
  • 3
  • 18
  • 33
0
votes
2 answers

Flutter Showcase long description text in one line

I am making this showcaseview in my app using this library. But I have a long text as the description. But the text will just be in one line like this: I really want the text to be in multiple lines. A solution would be to do \n to make it a new…
Toke-dk
  • 53
  • 7