All Projects → faruktoptas → Fancyshowcaseview

faruktoptas / Fancyshowcaseview

Licence: apache-2.0
An easy-to-use customisable show case view with circular reveal animation.

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to Fancyshowcaseview

Slidetoact
A simple 'Slide to Unlock' Material widget for Android, written in Kotlin 📱🎨🦄
Stars: ✭ 783 (-52.89%)
Mutual labels:  material-design, android-development, material-ui, android-ui
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-93.68%)
Mutual labels:  material-design, android-development, material-ui, android-ui
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+591.82%)
Mutual labels:  material-design, android-development, material-ui, android-ui
Alerter
An Android Alerting Library
Stars: ✭ 5,213 (+213.66%)
Mutual labels:  material-design, android-development, material-ui, android-ui
Ibackdrop
A library to simply use Backdrop in your project (make it easy). Read more ->
Stars: ✭ 137 (-91.76%)
Mutual labels:  material-design, android-development, material-ui, android-ui
Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (-94.16%)
Mutual labels:  material-design, android-development, material-ui, android-ui
Bottomsheet
BottomSheet dialog library for Android
Stars: ✭ 219 (-86.82%)
Mutual labels:  material-design, android-development, material-ui, android-ui
Materialpreferences
A highly flexible set of lovely looking views that provides functionality of preferences.
Stars: ✭ 495 (-70.22%)
Mutual labels:  material-design, material-ui, android-ui
Cookiebar2
Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Stars: ✭ 499 (-69.98%)
Mutual labels:  material-design, android-development, android-ui
Android Iconics
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
Stars: ✭ 4,916 (+195.79%)
Mutual labels:  material-design, android-development, material-ui
Android Material Design For Pre Lollipop
Various UI implementations, animations & effects based on Material Design compatible with pre Lollipop devices as well. (Work in progess)
Stars: ✭ 585 (-64.8%)
Mutual labels:  material-design, material-ui, android-ui
Materialfavoritebutton
Animated favorite/star/like button
Stars: ✭ 586 (-64.74%)
Mutual labels:  material-design, material-ui, android-ui
Materialdialog Android
📱Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily.
Stars: ✭ 602 (-63.78%)
Mutual labels:  material-design, material-ui, android-ui
Aestheticdialogs
📱 An Android Library for 💫fluid, 😍beautiful, 🎨custom Dialogs.
Stars: ✭ 352 (-78.82%)
Mutual labels:  material-design, material-ui, android-ui
Expenso
📊 A Minimal Expense Tracker App built to demonstrate the use of modern android architecture component with MVVM Architecture
Stars: ✭ 325 (-80.45%)
Mutual labels:  material-design, android-development, android-ui
Carbon
Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.
Stars: ✭ 2,942 (+77.02%)
Mutual labels:  material-design, material-ui, android-ui
Sequent
A simple continuous animation library for Android UI.
Stars: ✭ 263 (-84.18%)
Mutual labels:  material-design, material-ui, android-ui
Motiontoast
🌈 A Beautiful Motion Toast Library for Kotlin Android
Stars: ✭ 767 (-53.85%)
Mutual labels:  material-design, android-development, android-ui
Android Customtoast
Easy to use Custom Toast Library for Android
Stars: ✭ 24 (-98.56%)
Mutual labels:  material-design, android-development, android-ui
Materiallettericon
Material first letter icon like lollipop contacts icon. Letter(s) on a shape drawn on canvas.
Stars: ✭ 255 (-84.66%)
Mutual labels:  material-design, material-ui, android-ui

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.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

Buy Me A Coffee

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].