Snappy

Project Url: aliwaris0572/Snappy
Introduction: Breathing toolbar library in Kotlin
More: Author   ReportBugs   
Tags:

A breathing toolbar library in Kotlin

Want to use the breathing toolbar effect similar to Snapchat in your app? You have reached the right place.

|sample1| sample2|

How to use?

  1. Initialize - val snappy = Snappy(this, colorArray)
  2. Start the magic - snappy.startBreathing(toolbar)
  3. When you're done - snappy.stopBreathing(toolbar)

Easy enough!!! :) For more customization, refer sample application code.

Gradle

Add it in your root build.gradle at the end of repositories

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

Then, add this in you app level build.gradle

dependencies {
            implementation 'com.github.aliwaris0572:snappy:{latest_version}'
    }

Support

If you liked my work, consider buying me a cup of :coffee: by PayPal

Apps
About Me
GitHub: Trinea
Facebook: Dev Tools