ChocoBar

Additional

Language
Java
Version
V2.0 (Apr 3, 2022)
Created
Dec 30, 2018
Updated
Dec 11, 2023
Owner
Pradyuman Dixit (Pradyuman7)
Contributors
behzadbx
Pradyuman Dixit (Pradyuman7)
JackJackE (mtjin)
LeeJiHyeong
Amuthan Mannar (MannarAmuthan)
Rohit Jakhar (rohitjakhar)
Oussema.exe (OussEmaDevCode)
James Ellerbee (JamesEllerbee)
Istiak Hossain Shihab (istiakshihab)
amuthan-tw
10
Activity
Badge
Generate
Download
Source code

Advertisement

ChocoBar

The usual Snackbar with more ???? and colours ????. 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 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.