Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pradyuman7/chocobar

The usual Snackbar with more 🍫 and colours :tada:
https://github.com/pradyuman7/chocobar

android android-development android-library android-snackbar android-ui hacktoberfest hacktoberfest-accepted hacktoberfest2022 java library snackbar ui-design

Last synced: 2 days ago
JSON representation

The usual Snackbar with more 🍫 and colours :tada:

Awesome Lists containing this project

README

        

# ChocoBar

[![](https://www.jitpack.io/v/Pradyuman7/ChocoBar.svg)](https://www.jitpack.io/#Pradyuman7/ChocoBar) [![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=14) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ChocoBar-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/7415) [![AwesomeAndroid](https://img.shields.io/badge/Awesome_Android-ChocoBar-green.svg?style=flat)](https://android.libhunt.com/chocobar-alternatives) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/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.](https://medium.com/@pradyumandixit/drop-the-toast-and-snackbar-to-replace-it-by-chocobar-ada7692fa915)

## 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](documentation/ReadMe.md)

## Prerequisites

Add this in your root `build.gradle` file (**not** your module `build.gradle` file):

```gradle
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):

```gradle
dependencies {
implementation 'com.github.Pradyuman7:ChocoBar:V1.0'
}
```

## License

**ChocoBar** is under MIT License. See the [LICENSE](LICENSE.md) file for more info.