DroidLin
DroidLin
在设置分页的时候分页加载之后会出现布局错乱的情况,这是为什么?
i want to pass a parameter through a module constructor like this: ``` @Module class ApplicationModule(private val context: Context) { @Factory @Qualifier(name = AppIdentifier.applicationContext) fun applicationContext(): Context = context }...
**Describe the bug** i got an compilation error in task: `compileDebugKotlinAndroid', which costs a mount of time to find out the way to solve. i still cannot find the stable...