如何在片段中的单个 RecyclerView 中使用 when 条件设置多个 CardView?

How to set multiple CardViews using when condition in a single RecyclerView in a fragment?

我想知道是否可以在单个回收器视图中获取视图寻呼机片段中的位置卡片视图?

我们可以对不同的位置使用 when 条件,比如 when(position){ "1"-> ... "2" -> ... } 同样,这是可以做到的。使用单个 RV 而不是多个 RV,我们可以设置多个适配器。