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

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

Awesome Lists containing this project

README

          

# FSChatBubble

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/danielceinos/FSChatBubble/blob/master/LICENSE.md)
[![Version](https://img.shields.io/badge/jitpack-1.0.0-green.svg)](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
```