I would like to show only 1st position item and hide other same text items in recyclerView. just like image below.
I know I can hide the view with holder.itemView.visibility = View.GONE
, but what condition should I implement to achieve this? Thank you.