ChocoBar
The usual Snackbar with more π« and colours π. Inspired by Light.
GIF
AndroidPub Post
Versions
Version name | Tag | What's new |
---|---|---|
Version 1.0 | V1.0 | First release of ChocoBar |
Version 1.1 | V1.1 | Minor bug fixes and performance improvements |
Version 1.2 | V1.2 | New good gray and bad gray ChocoBar additions and RTL languages support |
Version 1.3 | V1.3 | New addition of Black ChocoBar and minor bug fixes |
Version 1.4 | V1.4 | New in-built ChocoBars, minor bug fixes & some dev changes |
Version 1.5 | V1.5 | Update of in-built Chocobars to have default text (editable) |
Version 1.6 | V1.6 | Add even more in built ChocoBars with different functionalities |
Version 1.7 | V1.7 | ChocoBar for Kotlin with performance improvement and small bug fixes |
Version 2.0 | V2.0 | Color tined icons, additional ready-to-use Chocobars and more |
ChocoBar Kotlin
ChocoBar is now also available in Kotlin, thanks to @JamesEllerbee
Screenshots
Documentation
Find how to use the in-built Chocobars here
Prerequisites
Add this in your root build.gradle
file (not your module build.gradle
file):
allprojects {
repositories {
...
maven {
url 'https://www.jitpack.io'
}
}
}
Dependency
Add this to your module's build.gradle
file (make sure the version matches the JitPack badge above for the latest stable version):
dependencies {
implementation 'com.github.Pradyuman7:ChocoBar:V1.0'
}
License
ChocoBar is under MIT License. See the LICENSE file for more info.