in terms of performance, what will be considered better. having nested layouts (2-3 nested layouts, reused with tag> or using Recyclerview?
Does it matter if the layout is part of an item in another Recyclerview?
In terms of updating the data when something changes?
The number of items\layouts is static (2), so there's no way it will become larger in the future.
Thanks.