兮尘
兮尘
数据库直接放本地,数据库更新一次,则app重新打包一次,自动上传到github、google play或者酷安发布。。。
今天有空,画了一下项目的结构。没有画源码级依赖的,因为太麻烦了。maven的更清晰一点。 希望能帮到大家。 
如果贡献整理文档,是提交md文件的pr嘛 wiki貌似不可以提pr
@YummyLau 比如一个全屏的悬浮窗,用service+windowManager.addView实现,完全抛弃activity。这样获取不到window了,也无法构建Builder对象了。
看了一下源码,感觉只需要windowManager和rootView就足够了,可以不用依赖 window 1. DeviceRuntime里window.decorView的地方换成rootView,window flag的地方用windowManager 2. DisplayUtil里都可以用windowManager和rootView来替换window
there are some bugs when I upgraded from 2.0.0-beta1 to 2.0.0-beta4. lots of views in constraint layout disappear .
写成接口,用 ARouter 的服务发现功能来做 ```kotlin //基础模块 interface GetCustomViewService : IProvider { fun getView(context: Context): View } //模块A class YourCustomView : View() {...} @Router("/service/getCustomView") class GetCustomViewServiceImpl : GetCustomViewService { override fun getView(context:...
## 文章 1. 文章太长,改短一点 2. 增加本方法和流行方法的比较,突出解决问题的方法 ## 代码 1. 砍掉 UI 框架,提出`依赖扁平化`的概念,提供较为完善的 UI 库以供组合 2. 动态依赖,而不是依赖一个重的要死的 UI 框架或开发框架 3. 开源可直接依赖的模块,踏出生态的第一步
Yes. We know the ignoring of the main text will lead to unexpected review. And we are working to overcome it. The pdf file is a little hard to handle....