Ming
Ming
解决NetWorkViewModel中出现的黄色报提醒的问题(在RxUtils中添加shcedulersTransformer、exceptionTransformer的泛型)
想请教您一个问题哈,如何在宿主中调试插件的代码?因为插件都是以zip的方式放在手机本地的,当我们调试宿主的时候可以调整到对应的插件的代码上面吗?
您好,我想请教一下插件和宿主可以共用图片和布局资源吗?因为有些资源插件和宿主是一样的,如果每个插件和宿主都有一套感觉会太大了。
I encountered an issue while running in docker, which is the error "/bin/sh: 1: cd: can't cd to /mnt/ffmpeg-android-maker".
Problem: I followed every step mentined in the Codelab tutorial https://developer.android.com/codelabs/android-preferences-datastore?hl=zh-cn#5, but I encountered this problem"Type mismatch. Required: DataStore Found: DataStore". TasksActivity ` viewModel = ViewModelProvider( this, TasksViewModelFactory( TasksRepository, UserPreferencesRepository(dataStore,...