• Stars
    star
    1,948
  • Rank 23,799 (Top 0.5 %)
  • Language
    Kotlin
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

FancyShowCaseView

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

Status Download

@MaterialUp Best of the Day

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

Add this in your root build.gradle file (not your module build.gradle file):

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

Then, add the library to your module build.gradle

dependencies {
    implementation 'com.github.faruktoptas:FancyShowCaseView:1.3.9'
}

Sample Usage

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

Supported Properties

Command Description
focusOn
title
typeface
titleStyle
titleGravity
titleSize
enableAutoTextPosition Center text position vertically.
backgroundColor
fitSystemWindows
focusShape
focusBorderColor
focusBorderSize
focusDashedBorder
roundRectRadius
showOnce
clickableOn
focusCircleRadiusFactor
focusRectSizeFactor
customView
closeOnTouch
enableTouchOnFocusedView
enterAnimation
exitAnimation
animationListener
disableFocusAnimation
focusAnimationMaxValue Focus animation max value. Bigger value makes larger focus area.
focusAnimationStep Step for focus animation. Default value is 1.
focusRectAtPosition
focusCircleAtPosition
dismissListener
delay Shows the FancyShowCaseView after a delay.

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

Buy Me A Coffee

License

Apache License 2.0

More Repositories

1

androidframer

Add frames and titles to your Google Play screenshots.
Python
146
star
2

RetrofitRssConverterFactory

A Retrofit 2 converter which parses Rss feeds
Kotlin
73
star
3

espresso-robot-pattern-sample

Espresso Robot Pattern Sample with Spoon Integration
Kotlin
43
star
4

news-mvp

This repository contains a sample RSS reader app with MVP architecture and Dagger2 implementation.
Kotlin
38
star
5

mvvm-arch-sample

[WORK-IN-PROGRESS] Kotlin/Coroutines/Modular/Mvvm/LiveData/JUnit/Espresso
Kotlin
28
star
6

volley-public-key-pinning

Public key pinning with Android volley networking library
Java
18
star
7

kooldown

Circular progress animation with duration
Kotlin
17
star
8

kotlin-snippets

Learn kotlin by examples
17
star
9

android-testing

Android Unit test ile ilgili örnekler ve videolar
Kotlin
14
star
10

simple-samples

Android project samples
Kotlin
4
star
11

okmocker

OkHttp mocking interceptor
Kotlin
4
star
12

monitto

Simple server monitoring Android app (Experimental) Architecture Components + MVVM + LiveData + RxJava/RxAndroid + Koin
Kotlin
4
star
13

ytranslate-chrome-extension

A Chrome extension that translates selected text with Yandex Translate Api
JavaScript
3
star
14

node-androidpublisher-api

A simple node.js app to verify In-App purchase token via Google Play Developer api
JavaScript
3
star
15

yTranslate

[DEPRECATED - NO LONGER BEING MAINTAINED]A Greasemonkey/Tampermonkey script that translates selected text inside the page with a tooltip via Yandex Translate.
JavaScript
3
star
16

udacity-computer-vision-samples

Jupyter Notebook
1
star
17

OSSRH-64650

1
star
18

caycek-andorid

Java
1
star
19

NYTimes-KMP

Kotlin
1
star
20

hugo-stack-starter

Dockerfile
1
star
21

github-pages-react

Simple React app deployed to Github pages
HTML
1
star
22

check-playstore

A python script that checks a list of package names if it is published on Google Play Store
Python
1
star
23

c-examples

cexamples
C
1
star