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

https://github.com/droibit/messenger

Library for easy use of the Message API of Android using Kotlin Coroutines.
https://github.com/droibit/messenger

android android-library android-wear kotlin-coroutines kotlin-library

Last synced: about 1 month ago
JSON representation

Library for easy use of the Message API of Android using Kotlin Coroutines.

Awesome Lists containing this project

README

          

## Messenger

[![](https://jitpack.io/v/droibit/messenger.svg)](https://jitpack.io/#droibit/messenger) [![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/droibit/messenger/blob/develop/LICENSE.txt)

Library for easy use of the Message API of Android. Especially when using multiple paths, it is freed from many of the branch.

## Download
Add the following code to your build.gradle.

```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

dependencies {
compile 'com.github.droibit:messenger:3.3.0'
}
```

## License

Copyright 2015 Shinya Kumagai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.