FancyShowCaseView

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

Github星跟踪图

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

主要指标

概览
名称与所有者faruktoptas/FancyShowCaseView
主编程语言Kotlin
编程语言Kotlin (语言数: 2)
平台
许可证Apache License 2.0
所有者活动
创建于2017-03-08 12:37:15
推送于2024-11-17 11:24:26
最后一次提交2024-11-17 14:24:26
发布数34
最新版本名称1.4.0 (发布于 )
第一版名称0.0.1 (发布于 )
用户参与
星数2k
关注者数29
派生数276
提交数261
已启用问题?
问题数172
打开的问题数5
拉请求数50
打开的拉请求数2
关闭的拉请求数23
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?