FancyShowCaseView

An easy-to-use customisable show case view with circular reveal animation.

Github stars Tracking Chart

FancyShowCaseView

Features

  • Circular reveal animation (API Level 21+)
  • Focus on a specific view or position
  • Background color
  • Circle and Rounded Rectangle focus shapes
  • Title style and position
  • Custom view inflation
  • Custom enter/exit animations
  • Chaining multiple FancyShowCaseView instances
  • Showing only one time

!gif!gif

Download

implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.3.0'

Download (For non-androidx projects)

implementation 'me.toptas.fancyshowcase:fancyshowcaseview:1.1.5'

Sample Usage

new FancyShowCaseView.Builder(this)
        .focusOn(view)
        .title("Focus on View")
        .build()
        .show();

Please see wiki for more samples.

Already in use in following apps

(feel free to send me new projects)

Sample App

Latest Release

Xamarin Port

Thanks to DigitalSa1nt for the Xamarin ported version Xamarin.ShowcaseView

Contribute

You can contribute by opening a pull request to dev branch.
Please try to push one feature in one commit for a clean commit history.

Buy Me a Coffee

License

Apache License 2.0

Main metrics

Overview
Name With Ownerfaruktoptas/FancyShowCaseView
Primary LanguageKotlin
Program languageKotlin (Language Count: 2)
Platform
License:Apache License 2.0
所有者活动
Created At2017-03-08 12:37:15
Pushed At2024-11-17 11:24:26
Last Commit At2024-11-17 14:24:26
Release Count34
Last Release Name1.4.0 (Posted on )
First Release Name0.0.1 (Posted on )
用户参与
Stargazers Count2k
Watchers Count29
Fork Count276
Commits Count261
Has Issues Enabled
Issues Count172
Issue Open Count5
Pull Requests Count50
Pull Requests Open Count2
Pull Requests Close Count23
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private