GC
Size: a a a
GC
ℕ
А
В
L
D
ℕ
ОА
V
d
Д
N
L
N
class CardBlockRecyclerItem(
val title: String,
val nestedItem: List<CardRecyclerItem> // for nested recycler
)
class CardRecyclerItem(
val title: String,
val attr1: Attr1? = null // for data type 1,
val attr2: Attr2? = null // for data type 2
...
)
L
d
О
𝓐
𝓐