Snappy

Additional

Language
Kotlin
Version
v0.0.2 (Jun 14, 2018)
Created
Jun 13, 2018
Updated
Mar 27, 2019 (Retired)
Owner
Hussain Chachuliya (aliwaris0572)
Contributors
Hussain Chachuliya (aliwaris0572)
Panos P. (panosx2)
2
Activity
Badge
Generate
Download
Source code

Snappy

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.

|| |

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 ☕ by PayPal