03 2021 档案

摘要:NestedScrollingChild NestedScrollingChild2 NestedScrollingChild3 NestedScrollingChildHelper NestedScrollingParent NestedScrollingParent2 NestedScrolli 阅读全文
posted @ 2021-03-31 16:20 javakam 阅读(0) 评论(0) 推荐(0)
摘要:Fragment切换过程中会导致闪屏/闪烁的问题, 原方法为 : private void switchPages(int index) { if (ListUtils.isEmpty(mFragments)) { return; } FragmentManager fragmentManager 阅读全文
posted @ 2021-03-17 14:51 javakam 阅读(0) 评论(0) 推荐(0)
摘要:Android找不到aar中Kotlin扩展函数的方法 1.问题的出现: 在把library上传到bintray后, 发现使用时找不到Kotlin扩展函数中的方法, 于是又试了试打包成本地aar文件后再依赖, 发现仍然找不到方法. 但是如果通过implementation project(':xxx 阅读全文
posted @ 2021-03-04 12:23 javakam 阅读(0) 评论(0) 推荐(0)
摘要:自己写的一些库。github.com/javakam/And… GitHub github.com/javakam/And… Ando Toolkit 工具集 (152KB) gitee_client_android👉github.com/javakam/git… implementation ' 阅读全文
posted @ 2021-03-02 17:10 javakam 阅读(0) 评论(0) 推荐(0)
摘要:* What went wrong: Execution failed for task ':sample_java:lint'. > Lint found errors in the project; aborting build. Fix the issues identified by lin 阅读全文
posted @ 2021-03-02 15:00 javakam 阅读(0) 评论(0) 推荐(0)