I have been doing a lot of work with RecyclerView, and because of the recycling feature, indexes & positions are sometimes confusing. Three methods I am aware of are:
GetChildAdapterPosition
IndexOfChild
GetChildLayoutPosition
Are there any good sites that give a comparison / explanation of these methods?