All Projects → fengzhizi715 → Lifecycle-Coroutines-Extension

fengzhizi715 / Lifecycle-Coroutines-Extension

Licence: Apache-2.0 license
AAC 的 Lifecycle 结合 Kotlin Coroutines 进行使用

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Lifecycle-Coroutines-Extension

Firebase Kotlin Sdk
A Kotlin-first SDK for Firebase
Stars: ✭ 214 (+355.32%)
Mutual labels:  kotlin-coroutines
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+657.45%)
Mutual labels:  kotlin-coroutines
Simple-MVVM
A simple Android MVVM pattern example
Stars: ✭ 34 (-27.66%)
Mutual labels:  kotlin-coroutines
StateFlow-MVVM-MVI-demo
Using StateFlow as LiveData | StateFlow instead of LiveData | LiveData to StateFlow | StateFlow MVVM | StateFlow sample | StateFlow demo
Stars: ✭ 144 (+206.38%)
Mutual labels:  kotlin-coroutines
nytclient-android
This sample app is created to demonstrate the usage of Android Architecture Components with MVVM architecture
Stars: ✭ 24 (-48.94%)
Mutual labels:  kotlin-coroutines
mobius.kt
Kotlin Multiplatform framework for managing state evolution and side-effects
Stars: ✭ 39 (-17.02%)
Mutual labels:  kotlin-coroutines
Kord
Idiomatic Kotlin Wrapper for The Discord API
Stars: ✭ 203 (+331.91%)
Mutual labels:  kotlin-coroutines
StarWarsSearch-MVI
Star wars sample android project showcasing the use of View components for rendering UI in Fragments and Activities. Uses Android Jetpack, clean architecture with MVI (Uni-directional data flow), dagger hilt, and kotlin coroutines with StateFlow
Stars: ✭ 189 (+302.13%)
Mutual labels:  kotlin-coroutines
MyLogLibrary
🚧 - Simple Android Kotlin logger (2017/2020)
Stars: ✭ 31 (-34.04%)
Mutual labels:  androidx-library
Age-Gender Estimation TF-Android
Age + Gender Estimation on Android with TensorFlow Lite
Stars: ✭ 34 (-27.66%)
Mutual labels:  kotlin-coroutines
the-white-rabbit
The White Rabbit is an asynchronous RabbitMQ (AMQP) client based on Kotlin coroutines
Stars: ✭ 90 (+91.49%)
Mutual labels:  kotlin-coroutines
blueprint
Architectural frameworks and toolkits for bootstrapping modern Android codebases.
Stars: ✭ 57 (+21.28%)
Mutual labels:  kotlin-coroutines
android-compose-mvvm-foodies
Android sample app following best practices: Kotlin, Compose, Coroutines and Flow, Hilt, JetPack Navigation, ViewModel, MVVM, Retrofit, Coil
Stars: ✭ 374 (+695.74%)
Mutual labels:  kotlin-coroutines
Networkresponseadapter
A Kotlin Coroutines based Retrofit call adapter that handles errors as a part of state
Stars: ✭ 246 (+423.4%)
Mutual labels:  kotlin-coroutines
CoroutineLite
Simple implementation of kotlinx.coroutines to clarify the design of Kotlin Coroutines.
Stars: ✭ 142 (+202.13%)
Mutual labels:  kotlin-coroutines
Bikeshare
Jetpack Compose and SwiftUI based Kotlin Multiplatform project (using CityBikes API http://api.citybik.es/v2/).
Stars: ✭ 206 (+338.3%)
Mutual labels:  kotlin-coroutines
McTester
An integration testing framework for Minecraft
Stars: ✭ 39 (-17.02%)
Mutual labels:  kotlin-coroutines
Android-MVVM-News-App
MVVM News Application with clean code architecture & android jetpack components.
Stars: ✭ 38 (-19.15%)
Mutual labels:  kotlin-coroutines
KMP-NativeCoroutines
Library to use Kotlin Coroutines from Swift code in KMP apps
Stars: ✭ 502 (+968.09%)
Mutual labels:  kotlin-coroutines
Photos
No description or website provided.
Stars: ✭ 74 (+57.45%)
Mutual labels:  kotlin-coroutines

Lifecycle-Coroutines-Extension

@Tony沈哲 on weibo License

下载安装

将它添加到项目的 root build.gradle 中:

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

Gradle:

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 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].