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
2
votes
0 answers

cannot resolve method setShowcaseItem

Can Anyone please explain to me how to use the showcaseviews class, I have tried to add them to my activity, however I am getting an error when I try to add this class and it is saying the method .setShowcaseItem, .setText, .setShowcaseView /** *…
user252692
  • 51
  • 1
  • 4
2
votes
0 answers

Android ShowcaseView shadows disapear on custom circle size

I'm using Android ShowcaseView to display some small tutorials to the users of my app. This is this library : https://github.com/amlcurran/ShowcaseView I tried to reduce the circle size by overriding these properties :
psv
  • 3,147
  • 5
  • 32
  • 67
2
votes
2 answers

ShowcaseView highlights wrong item

I use ShowcaseView like this: ActionItemTarget target = new ActionItemTarget(this, R.id.menu_search); ShowcaseView sv = new ShowcaseView.Builder(this, true) .setTarget(target) .setContentText("Press this to search") …
user468311
2
votes
0 answers

Showcaseview in landscape orientation, content text overflows

I'm using the showcaseview library in my Android app to display a first time tutorial to new users. So far it's been fairly straightforward to get going; I have a number of different viewpager tabs at the top of the page that are getting…
skyjacks
  • 1,154
  • 9
  • 7
2
votes
3 answers

How to change showcase view circle size in android

I am using android showcase view in my application. following library file used in my project https://github.com/amlcurran/Showcaseview I want to change showcase view circle size. I was change radius size in radius file but can't effect. Please…
user3748230
2
votes
2 answers

Use ShowcaseView without the highlight circle

I want to use the ShowcaseView library to create a tutorial, but for one stage of the tutorial I don't want to highlight anything with the circle. Is this possible with the API?
theblang
  • 10,215
  • 9
  • 69
  • 120
2
votes
5 answers

Can't run ShowcaseView from Fragment in android

I use the last version of ShowcaseView from here When I tried to use it with demo app and activity it works but when I tried to use it with fragments it crashed my app with no logcat errors @override public void onActivityCreated(Bundle…
Alex K
  • 5,092
  • 15
  • 50
  • 77
2
votes
5 answers

importing ShowcaseView with gradle

I'm trying to use the ShowcaseView project in my app but can't get the project to build. when I run 'gradle clean installDebug' I get the following error: A problem occurred evaluating root project 'hows-it-going'. Could not find method compile()…
2
votes
1 answer

ShowcaseView with ActionBarSherlock

I found the great android library "ShowcaseView" to generate an "tutorial" view like in Android 4.0. (https://github.com/Espiandev/ShowcaseView and http://espiandev.github.io/ShowcaseView/) But I can't figure out how to use it with icons in my…
andr3w
  • 31
  • 1
  • 3
1
vote
0 answers

The following _Exception was thrown building CustomShowCaseWidget: Exception: Please provide ShowCaseView context

I have looked at all the answers on Stack Overflow but couldn't resolve my problem. The scenario is as follows: I am using showcaseview on the BottomNavigationBar at the Menu Tab. When a user logs in for the first time as an agency or freelancer, I…
For Stack
  • 165
  • 15
1
vote
0 answers

Giving custom shape to showcase widget's tooltip in Flutter

In flutter app, I am using flutter show case view dependency class CustomShowCaseWidget extends StatelessWidget { final Widget child; final String description; final GlobalKey globalKey; final double radius; const CustomShowCaseWidget( …
Arjun Malhotra
  • 351
  • 2
  • 11
1
vote
1 answer

showcaseview after upgrade to flutter 3.7.1 not disable target click

You can press target widget,which navigate to next page before complete showcases. This problem happened after upgrade to flutter 3.7 **This is full code ** //main page import 'package:flutter/material.dart'; import…
Sukaina Ahmed
  • 112
  • 1
  • 10
1
vote
0 answers

How to make showcase widget appear on top of text. I implemented it but its appearing beneath the text

I am implementing a showcase widget but I want to place the widget on top of the text. How can I achieve this? This is the code: Showcase( key: keys, overlayOpacity: 0, overlayColor: Colors.transparent, title: "New!", titleTextStyle:…
1
vote
0 answers

ShowCaseView is not called from onCreate with SharedPreferences

I would like to show the ShowCaseView only once when starting the app for the first time. I use SharedPreferences but when I call from onCreate, nothing happens, ShowCaseView is not displayed, when I delete SharedPreferences then ShowCaseView is…
Dejo
  • 141
  • 1
  • 8
1
vote
0 answers

Null pointer exception in Showcase widget

I have used showcaseview: ^1.1.1 Gives this error. : Null check operator used on a null value I/flutter (14014): #0 _OverlayBuilderState.addToOverlay package:showcaseview/src/layout_overlays.dart:163 I/flutter (14014): #1 …
keval
  • 39
  • 1
  • 7