ShowcaseView icon indicating copy to clipboard operation
ShowcaseView copied to clipboard

This ShowcaseView library can be used to showcase any specific part of the UI or can even be used during OnBoarding of a user to give a short intro about different widgets visible on the screen.

Results 5 ShowcaseView issues
Sort by recently updated
recently updated
newest added

java.lang.IllegalArgumentException: width and height must be > 0 at android.graphics.Bitmap.createBitmap(Bitmap.java:1113) at android.graphics.Bitmap.createBitmap(Bitmap.java:1080) at android.graphics.Bitmap.createBitmap(Bitmap.java:1030) at android.graphics.Bitmap.createBitmap(Bitmap.java:991) at outlander.showcaseview.ShowcaseViewBuilder.setShowcase(ShowcaseViewBuilder.java:399) at outlander.showcaseview.ShowcaseViewBuilder.onDraw(ShowcaseViewBuilder.java:285) at android.view.View.draw(View.java:21546) at android.view.View.updateDisplayListIfDirty(View.java:20415) at android.view.View.draw(View.java:21275) at android.view.ViewGroup.drawChild(ViewGroup.java:4417) at android.view.ViewGroup.dispatchDraw(ViewGroup.java:4177)...

I want when i give targetview and user click on that view the showcase hide. But there is no click listener for targetview

HI @outlander24, I've used this code which helps me a lot on my project but here I stuck in the navigation menu item to show as target view. Also, I...

dalvik.system.VMRuntime.newNonMovableArray (VMRuntime.java) android.graphics.Bitmap.createBitmap (Bitmap.java:756) **outlander.showcaseview.ShowcaseViewBuilder.setShowcase (ShowcaseViewBuilder.java:337)** outlander.showcaseview.ShowcaseViewBuilder.onDraw (ShowcaseViewBuilder.java:218) android.view.View.draw (View.java:15288) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:723)

The showcase view is awesome and easy to use.Unable to ad a simple animation for the view element like Imageview or Textview in custom layout. its not working do you...

enhancement