android-tech-frontier icon indicating copy to clipboard operation
android-tech-frontier copied to clipboard

【停止维护】一个定期翻译国外Android优质的技术、开源库、软件架构设计、测试等文章的开源项目

Results 11 android-tech-frontier issues
Sort by recently updated
recently updated
newest added

在本地文件夹下xxmodule/build/intermediates/中找不到classes文件夹,生成的jacoco html report也是空的,没有任何module中的类。

https://github.com/hehonghui/android-tech-frontier/blob/master/issue-15/Android-M%E7%9A%84App-Links%E5%AE%9E%E7%8E%B0%E8%AF%A6%E8%A7%A3.md 关于这个文档,有一个疑问: 如果同一个域名的json文件里面声明了两个app 然后用户安装了这两个app 那么打开这个域名的时候,系统会怎么样相应呢?弹框让用户选择吗 PS勘误一则:那个json文件应该是`.well-known/assetlinks.json`(参见https://developer.android.com/training/app-links/verify-site-associations)

你的demo网格拖拽,你拖动后随即拖动位置,不要松手,然后松手,列表展示的顺序和list集合的顺序不一致,这是什么原因啊

译文:fitsSystemWindows 需要被设置给根View——这个属性可以被设置给任意View,但是只有根View(content部分的根)外面才是SystemWindow,所以只有设置给根View才有用。 但是看原文并不是这个意思,原文意思是有一个优先级,先从根view开始生效

* [what-s-in-a-web-browser](https://medium.com/@camaelon/what-s-in-a-web-browser-83793b51df6c?swoff=true#.yps4sbjq0)

在传统的MVP模式中,V是持有P的对象的,但是在此文章中,activity做为P的时候是有V的引用,但是V并不持有P的引用。举个例子,当点击登录按钮时,setonclicklistener的逻辑是放在P层还是V层。

如果需要判断最终发射的数据来自哪个数据源怎么办?

- 结合 RxJava的测试demo - [introduction-android-testing-part-4](https://riggaroo.co.za/introduction-android-testing-part-4/)

- UI测试方案 - [link](https://labs.ribot.co.uk/fast-and-reliable-ui-tests-on-android-17c261b8220c#.hvqezqvqq)

https://github.com/hehonghui/android-tech-frontier/blob/master/issue-12/MVP%E6%A1%86%E6%9E%B6Mosby%E6%9E%B6%E6%9E%84%E8%AF%A6%E8%A7%A3.md 少了一个p -> ublic class MyCustomViewState implements RestoreableViewState{