https://github.com/fengzhizi715/lifecycle-coroutines-extension
AAC 的 Lifecycle 结合 Kotlin Coroutines 进行使用
https://github.com/fengzhizi715/lifecycle-coroutines-extension
androidx-library kotlin-android kotlin-coroutines kotlin-extensions lifecycle-aware
Last synced: 5 days ago
JSON representation
AAC 的 Lifecycle 结合 Kotlin Coroutines 进行使用
- Host: GitHub
- URL: https://github.com/fengzhizi715/lifecycle-coroutines-extension
- Owner: fengzhizi715
- License: apache-2.0
- Created: 2018-12-05T03:14:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T12:39:24.000Z (about 3 years ago)
- Last Synced: 2025-04-01T10:41:44.391Z (25 days ago)
- Topics: androidx-library, kotlin-android, kotlin-coroutines, kotlin-extensions, lifecycle-aware
- Language: Kotlin
- Homepage:
- Size: 252 KB
- Stars: 51
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lifecycle-Coroutines-Extension
[](http://www.weibo.com/fengzhizi715)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://jitpack.io/#fengzhizi715/Lifecycle-Coroutines-Extension)# 下载安装
将它添加到项目的 root build.gradle 中:
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```Gradle:
```groovy
implementation 'com.github.fengzhizi715:Lifecycle-Coroutines-Extension:v1.2.0'
```稍后带来更详细的介绍
底层使用 https://github.com/fengzhizi715/Kotlin-Coroutines-Utils
# 联系方式:
Wechat:fengzhizi715
> Java与Android技术栈:每周更新推送原创技术文章,欢迎扫描下方的公众号二维码并关注,期待与您的共同成长和进步。

License
-------Copyright (C) 2017 - present, Tony Shen.
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 athttp://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.