Popularity
2.9
Stable
Activity
0.0
Declining
125
5
26

Description

The usual Snackbar with more 🍫 and colours 💥. Inspired by Light.

Programming language: Java
License: MIT License
Tags: UI     Android     Animations     UI Widget     Snackbar Widget     Java     Views     Custom View     Android-library     Snackbar    
Latest version: v1.5

ChocoBar alternatives and similar packages

Based on the "Snackbar Widget" category.
Alternatively, view ChocoBar alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ChocoBar or a related project?

Add another 'Snackbar Widget' Package

README

ChocoBar

API Android Arsenal AwesomeAndroid License: MIT

The usual Snackbar with more 🍫 and colours :tada:. Inspired by Light.

GIF

AndroidPub Post

You can read the AndroidPub post about this library, the reason of it's existence, the perks it provides and other details, here.

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

screenshot 2018-12-31 at 4 26 25 am screenshot 2018-12-31 at 4 24 32 am screenshot 2018-12-31 at 4 25 38 am screenshot 2018-12-31 at 4 25 09 am screenshot 2018-12-31 at 4 26 00 am screenshot 2018-12-31 at 4 26 00 am screenshot 2018-12-31 at 4 26 00 am Love Chocobar image image

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.