Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielceinos/fsbubbleindicator
Badge notification bubble indicator
https://github.com/danielceinos/fsbubbleindicator
android android-development android-library android-ui badge kotlin kotlin-android kotlin-library library notification
Last synced: 25 days ago
JSON representation
Badge notification bubble indicator
- Host: GitHub
- URL: https://github.com/danielceinos/fsbubbleindicator
- Owner: danielceinos
- License: mit
- Created: 2018-02-04T19:57:08.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-06-16T08:36:58.000Z (over 5 years ago)
- Last Synced: 2023-10-20T09:13:33.907Z (about 1 year ago)
- Topics: android, android-development, android-library, android-ui, badge, kotlin, kotlin-android, kotlin-library, library, notification
- Language: Kotlin
- Homepage:
- Size: 257 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FSBubbleIndicator
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danielceinos/FSBubbleIndicator/blob/master/LICENSE.md)
[![Version](https://img.shields.io/badge/jitpack-1.0.1-green.svg)](https://jitpack.io/#danielceinos/FSBubbleIndicator/1.0.1)
# Requirements
- minAndroidSdk: 16
# Installation
Add to your gradle.build:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```
dependencies {
compile 'com.github.danielceinos:FSBubbleIndicator:1.0.1'
}
```
# Use## Options
```xml
```
## Example
```xml
``````xml
``````kotlin
findViewById(R.id.bubble).count = 777
```