问题标签 [nestedlayout]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - ESPRESSO 单击 recyclerview 中未显示的项目
我有很多物品的recyclerview。其中一些没有显示在屏幕上。如何单击屏幕上未显示的 recyclerview 项目内的按钮?
我知道项目位置和按钮 ID。
PS:我的布局在 NestedScrollView 内。
android - 嵌套布局还是使用 RecyclerView?
在性能方面,会被认为是更好的。具有嵌套布局(2-3 个嵌套布局,与 tag> 重用或使用 Recyclerview?
如果布局是另一个 Recyclerview 中项目的一部分,这有关系吗?
在发生变化时更新数据?
items\layouts 的数量是静态的(2),因此将来它不可能变得更大。
谢谢。