I have a RecyclerView. Each row has a play button, textview and Progressbar. when click on the play button have to play audio from my sdcard and have to progress Progressbar
Override the method getItemViewType in adapter. in kotlin use
override fun getItemViewType(position: Int): Int { return position }