inner class StringViewHolder : ViewHolder, OnClickListener
Inner class to store the string data in
Author
Kenneth Soh
Since
2019-09-17
<init> |
Creates a view holder to hold the view required for RecyclerView StringViewHolder(v: View, listener: OnClickListener?) |
title |
TextView Main text var title: TextView |
onClick |
Default onclick handler fun onClick(p0: View?): Unit |