item-decoration Questions

4

In JetpackCompose, we can use LazyColumnFor as RecyclerView. In RecyclerView, to have a proper margin/padding between items, we need to use ItemDecoration, as per this article Like below class Marg...

1

Solved

I have different types of items being rendered in a RecyclerView using a GridLayoutManager with dynamic column number. The problem is, I have an RecyclerView.ItemDecoration which is to be applied f...
1

© 2022 - 2024 — McMap. All rights reserved.