• Stars
    star
    124
  • Rank 288,207 (Top 6 %)
  • Language
    Java
  • License
    MIT License
  • Created almost 6 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The usual Snackbar with more 🍫 and colours πŸŽ‰

ChocoBar

API Android Arsenal AwesomeAndroid License: MIT

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.

More Repositories

1

LookAtMe

VideoView that plays video only when πŸ‘€ are open and πŸ‘¦ is detected with various other features
Java
204
star
2

TrackEyes

A simple πŸ‘€ tracking and πŸ‘¦ detection android app
Java
132
star
3

Pager

πŸ”₯ An android library to get simple menu options on steroids πŸ’ͺ
Java
69
star
4

LetsChat

A personalised android πŸ’― chat application with your full control over it. πŸ˜„
Java
24
star
5

Colour-Learning

A simple machine learning webpage that understands & changes the text 🌈 according to the background.
JavaScript
21
star
6

Algorithmics

A Java library for people who want to implement some algorithms quickly.
Java
16
star
7

MachineLearning-Game

A simple machine learning ✊ βœ‹βœŒοΈ android game, which becomes unbeatable as you play!
Java
12
star
8

Pradyuman7.github.io

Learn about me in a Terminal-y way 😁
JavaScript
10
star
9

MovieBook

An android app that lets you search for movies and their cast, and helps you discover your taste of movies
Java
8
star
10

Toast-For-Java

A Java class that can be used for 🍞 like popup messages in simple Java applications.
Java
7
star
11

HackerRankEulerSolutions

My solutions to the ProjectEuler+ competition problems from HackerRank in C++, Java and Python.
Java
7
star
12

ChattingDemoApp

This is a demo app requested by people on stack overflow, to show how to create a real time chatting app using Firebase, with source code and info.
Java
6
star
13

AssemblyGames

These are the projects I made in x86-64/32/16 Assembly (Intel) during my Bachelor's course, Computer Organisation at TU Delft, just for fun.
Assembly
5
star
14

CommonFirebaseJSON

Compilation of the common security rules for Firebase that are often used by people in their projects.
5
star
15

Theme-Recommender

Theme recommendation system using machine learning
JavaScript
3
star
16

SnakeGame

A snake game made purely in assembly x86_32, using VT100 characters for graphics of snake.
Assembly
2
star
17

HackerRankSolutions

My Solutions to some of the HackerRank practice problems in Java and C++ (Python , C#)
Java
2
star
18

ImportantAlgorithms

This is the collection of those Algorithms that you may need to know to get faster in solving Programming questions.
Java
2
star
19

SimpleNeuralNetwork

A simple neural network for XOR decryption and more
Java
2
star
20

JavaAppletSnake

The classical and simple snake game in Java that can be executed as Java Applet.
Java
2
star
21

Developer-Record

My records as a developer (only major projects).
JavaScript
1
star
22

TextReader

A simple code to make an android TextReader, which reads the text typed, aloud, for android beginners.
Java
1
star
23

awesome-anime

Awesome anime frontend (made using Pusher API)
HTML
1
star
24

New-Sogeti

New website for Sogeti made between 1 am to 3 am in HackDelft 2019
CSS
1
star
25

SimplePlatformerGame

Simple platformer game made with JavaScript and lots of caffeine, as this was made at 3 AM, with drowsy eyes and inquisitive mind.
JavaScript
1
star
26

LinearSystemSolver

Linear equation system solver in Java
Java
1
star
27

Projects-Showcase

Collection of projects I have worked on, excluding too old, in a creative webpage.
CSS
1
star
28

Tree

Tree data structure class in all of its glory, in Java.
Java
1
star
29

Tower-Of-Hanoi

This is a simple Tower of Hanoi (game, if you call it) using C++. If recursion is what you want to brush up, then this is your playground.
C++
1
star
30

Rosalind-Problem-Solutions

My solutions to problems from Rosalind.info to understand algorithmic problems in real life bioinformatics.
Java
1
star