OnClickListener to Start Activity with Intent
Kotlin Youtube
With our RecyclerView almost full designed out, we're now ready to allow for clickability on our list items. To do this, it'll require us to use setOnClickListener inside of our CustomViewHolder class. The behavior we are trying to achieve is to start a new Activity page using an Intent object. Let's go ahead and implement this right now. Enjoy.

Comments (0)
HELP & SUPPORT