The below code is to find the view on the first position. How do I find the view on the last position?
TextView textView = (TextView)myRecyclerView.findViewHo
TextView textView =(TextView)myRecyclerView.findViewHolderForAdapterPosition(Arraylist.size()-1).itemView.findViewById(R.id.myTV);