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

How we can implement a Material Showcase like views on SwiftUI?

I tried to develop a Material Showcase implementation on SwiftUI using ZStacks. I tried the code below. I've used the GeometryGetter view from here to measure the content's rect parameters. Then using its midX, midY, width, and height, I set…
1
vote
0 answers

Dismiss text is not displayed.android case view

I am using case view in my app. But because I use long text, Dismiss text is not displayed. Because I used it on a large edit-text, the radius of the circle inside it increased and not all the text could fit inside. ShowcaseConfig config =new…
1
vote
0 answers

How can i set MaterialShowcaseView for ViewPager android?

I try to set MaterialShowcaseView in ViewPager but it not work . I use this library for showcase https://github.com/deano2390/MaterialShowcaseView I call presentShowcaseSequence() in onCreate() but it's not working. Here is my code for it:-…
user10211288
1
vote
0 answers

FancyShowCaseView not showing in onCreate()

I want to show start case view in on create method: new FancyShowCaseView.Builder(this) .title(getString(ShowCaseViewEnum.ADD_COURSE_START.messageId)) .build() .show(); When I do this I can see case view screen…
Marcin46
  • 120
  • 10
1
vote
3 answers

Sharedpreferences doesn't work in onCreateOptionsMenu

I try to display a showcase view that pointing to a menu item, but this sharedpreference just save before my app closed, after i close my app and open again showcase view will appear again. how i can show the showcase view only for the very first…
Asqa
  • 103
  • 1
  • 10
1
vote
2 answers

Showcaseview library calling multiple times on Recyclerview's first item

I am using https://github.com/florent37/TutoShowcase this showcaseview library in my code. It works fine in activity and fragment.But when I call in recyclerview item it shows multiple popups and gets…
Anamika Chavan
  • 149
  • 1
  • 3
  • 14
1
vote
0 answers

Showcase for iOS Xamarin

Anybody have Xamarin iOS Showcase implementation? I have found only native (Swift) implementation: Is there an equivalent of Androids ShowcaseView for iOS?
DaleYY
  • 130
  • 1
  • 9
1
vote
1 answer

ShowcaseView replacing or removing EndButton

So, I'm this library (https://github.com/amlcurran/ShowcaseView), it's working great but I need to hide the button it has because I really don't need it. I've tried using the method .replaceEndButton() by making it replace it with one invisible…
Diego Rivera
  • 403
  • 1
  • 5
  • 19
1
vote
1 answer

How to get view of android listView fast scroll thumb programmatically?

I am using this github library https://github.com/amlcurran/ShowcaseView to display overlay on view elements of my app during user onboarding (or first time app open after install). This library requires the view as input and displays overlay on…
mumayank
  • 1,670
  • 2
  • 21
  • 34
1
vote
2 answers

ShowCaseView Out of Memory Error

I`m having some trouble with the Galaxy S family, the showcase view works flawless in any other device, but I get the following error on Galaxy S devices. java.lang.OutOfMemoryError: Failed to allocate a 5760012 byte allocation with 3573238 free…
1
vote
1 answer

How to use "Got It" Button in Material ShowcaseView Library?

I am using Material ShowcaseView https://github.com/deano2390/MaterialShowcaseView. Now I am getting the view in my app by adding transparency to the PULL DOWN TO REFRESH Activity. But when I click the "Got It" in Image1,the transparency was gone…
Parama Sudha
  • 2,583
  • 3
  • 29
  • 48
1
vote
1 answer

ShowcaseView is shown under the ActionBar

As you can see, the ShowcaseView appears under the ActionBar Can anyone point out the problem here?
1
vote
1 answer

ShowTips picks up wrong position

I want to show tips in my Android project. Here is the layout file of my fragment:
Amit Tiwari
  • 3,684
  • 6
  • 33
  • 75
1
vote
1 answer

ANDROID: Using ShowcaseView library in ScrollView layouts

I use showcaseview for user manual. As you see in following pictures. It works by touching Next bottom. The problem is that I use ScrollView in my layout. However when showcaseview appears, the scrollview does not work. so, as you can see from…
Taher
  • 1,185
  • 3
  • 18
  • 36
1
vote
0 answers

Show multiple targets in showcaseview android fragments

I searched for 2 days but couldent find the answer. I want to show multiple targets in sequence in fragment by showcaseview library. Plz help.