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.
- Host: GitHub
- URL: https://github.com/droibit/messenger
- Owner: droibit
- License: apache-2.0
- Created: 2015-05-25T15:09:48.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-05T08:55:41.000Z (over 4 years ago)
- Last Synced: 2025-09-03T09:42:41.342Z (11 months ago)
- Topics: android, android-library, android-wear, kotlin-coroutines, kotlin-library
- Language: Kotlin
- Homepage:
- Size: 2.07 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Messenger
[](https://jitpack.io/#droibit/messenger) [](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.