Supposing that we have a RecyclerView (simulating a ListView):
- Can assume that the RecyclerView.ViewHolder always contains the same items (an item is a single item in the adapter)?
- Thus, if the RecyclerView.ViewHolder doesn't contains the item, Can assume that this element is not displayed ?