Jimmy
Jimmy
hellow, there is a uncatch exception . eg: Httpexception 500. this is my code : ``` suspend inline fun ApiCall(crossinline call: suspend CoroutineScope.() -> ResponseResult): ResponseResult { return withContext(Dispatchers.IO) {...
用kotlin直接初始化状态栏就没了
必须设置项目 minCompileSdk =31?
Could not resolve all dependencies for configuration ':classpath'. > Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven(http://maven.aliyun.com/nexus/content/groups/public/)' to redirect to a secure protocol (like...
1.第二层viewpager2中的横向recyclerview刷新自动滚到最左侧; 2.第三层viewpager2中的所有fragment页签中点击事件触发会使第三层的viewpager自动切到第一个页签。 有大佬遇到过此类问题吗?怎么解决?谢谢