Description
The usual Snackbar with more ๐ซ and colours ๐ฅ. Inspired by Light.
ChocoBar alternatives and similar packages
Based on the "Snackbar Widget" category.
Alternatively, view ChocoBar alternatives based on common mentions on social networks and blogs.
-
Snacky
Snacky is a small library to help you adding a Snackbar to your android project.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of ChocoBar or a related project?
README
ChocoBar
The usual Snackbar with more ๐ซ and colours :tada:. 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 addition of Love ChocoBar, bug fixes and addition of github actions for master branch |
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
Preview of Different kinds of ChocoBars you can use
Custom Cyan Tint was used on Info Gray.
Documentation
[Find how to use the in-built Chocobars here](documentation/ReadMe.md)
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'
}
Pull Request
Have some new ideas or found a bug? Do not hesitate to open an issue
and make a pull request
.
License
ChocoBar is under MIT License. See the [LICENSE](LICENSE.md) file for more info.
*Note that all licence references and agreements mentioned in the ChocoBar README section above
are relevant to that project's source code only.