IP属地:上海
项目的build.gradle apply from: "config.gradle" config.gradle 内容 ext {com...
annotationProcessor files("${project(':lib_common').file('libs/lib_aop')}")
fatal: ambiguous argument 'HEAD': unknown revision or path not in the wo...
我们的项目中,分享弹窗都是用的bottomsheetdialog,但是会出现一个问题,就是在横屏是,弹窗只能显示一半,需要手动往上滑一下才能完全...
条目错乱是由于每个item里图片宽高不确定导致的,所以首先需要设置layoutManager.setGapStrategy(StaggeredG...
spannable加粗方式 : 如果要更新stylespan 需要调用 stylespan的 updateMeasureState 方法 而这个...
原因是这个页面的appbarlayout与另一个页面id相同,修改为不同的id即可
高德地图加载google瓦片方式首先瓦片 url : url = "http://www.google.cn/maps/vt?lyrs=m&gl...
目前项目里用到了较多的eventbus来传递,接收收据,所以今天就花了点时间整理了一下eventbus执行流程 本文主要分析eventbus 里...