CoroutinesWanAndroid icon indicating copy to clipboard operation
CoroutinesWanAndroid copied to clipboard

超完整的「玩 Android」客户端,项目采用 MVVM, Android Jetpack, Retrofit, Kotlin 协程, Koin 编写。如果该项目对你学习过程有用,请给个 star,感谢

Results 4 CoroutinesWanAndroid issues
Sort by recently updated
recently updated
newest added

@kukyxs build 提示缺少此class ![image](https://user-images.githubusercontent.com/50444647/132838694-da2e0956-4c6d-44cd-8330-195a1cd0aef1.png) ![image](https://user-images.githubusercontent.com/50444647/132838759-0ff19d70-9d24-4925-b904-4faf4aea1f29.png)

Application namespace for attribute bind:img will be ignored. - [ ] public static final void loadImage(@org.jetbrains.annotations.NotNull()

每个接口都来一个 写着累啊 .onStart { mAppViewModel.showLoading() }.onCompletion { mAppViewModel.dismissLoading()

在首页任意栏目中,下拉使刷新动画出现,但不松开手指,再上滑至顶部。则刷新圆圈会一直显示,不会消失。此时需要再正常刷新一次,圆圈正常消失。