https://github.com/danielceinos/fschatbubble
https://github.com/danielceinos/fschatbubble
android android-library chat chat-application kotlin kotlin-android kotlin-library library
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielceinos/fschatbubble
- Owner: danielceinos
- License: mit
- Created: 2018-02-10T19:59:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T15:45:03.000Z (about 7 years ago)
- Last Synced: 2025-06-16T05:46:06.153Z (about 1 year ago)
- Topics: android, android-library, chat, chat-application, kotlin, kotlin-android, kotlin-library, library
- Language: Kotlin
- Size: 773 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FSChatBubble
[](https://github.com/danielceinos/FSChatBubble/blob/master/LICENSE.md)
[](https://jitpack.io/#danielceinos/FSChatBubble/1.0.0)
# Requirements
- minAndroidSdk: 16
# Installation
Add to your gradle.build:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```
dependencies {
compile 'com.github.danielceinos:FSChatBubble:1.0.0'
}
```
# Use
## Options
```xml
```
## Example
```xml
```
```kotlin
val bubble = bubbleView.findViewById(R.id.bubble_chat)
bubble.text = content
bubble.bubbleFSBubblePosition = FSBubblePosition.LeftSingle
```