jianyu.l

Results 4 issues of jianyu.l

下面是我碰到的问题: 如果按照以下引用方式, 在 module 中使用 @ModuleSpec 的 application 是不会走 onCreate 方法 apply plugin: 'com.android.application' apply plugin: 'android-aspectjx' apply plugin: 'app-joint' 修改成: apply plugin: 'com.android.application' apply plugin: 'app-joint' apply plugin: 'android-aspectjx'...

看源码,好像不支持 androidx 下的 fragment

调用clear()缓存,无效,还是能获取缓存,是没权限,还是什么问题啊?

有个场景:页面还没加载完成,viewmodel的数据已经获取了。只等view一旦订阅就发送最新的数据。这种情况如何处理?而且只希望latestObservable发送最新的。executing 之类的还是publish。