ImageListAdapter

Constructors

Link copied to clipboard
constructor(context: Context, dataList: List<String>)

Types

Link copied to clipboard
inner class ViewHolder(itemView: View) : RecyclerView.ViewHolder

Functions

Link copied to clipboard
open override fun getItemCount(): Int
Link copied to clipboard
open override fun onBindViewHolder(holder: ImageListAdapter.ViewHolder, position: Int)
Link copied to clipboard
open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ImageListAdapter.ViewHolder