I realize that the guide for create a List with Recycler View https://developer.android.com/guide/topics/ui/layout/recyclerview
In the part ViewHolder,they are using "public MyViewHolder (TextView textView)"
But when I look at another example,they are using "MyViewHolder(View itemView)"
Is there any different?