My journal for Code Fellows
.ViewHolder
is the individual element that RecyclerView binds data toLayoutManager
classonCreateViewHolder()
- creates new ViewHolderonBindViewHolder()
- associates data with ViewHoldergetItemCount()
- get size of data setI would like to learn more about all the different types of styling that can be applied to a Recycler View