We can see here last item is partially visible. How can i fix this? layout.xml
Easiest but not the best solution. Still works;
Return +1 in the getItemCount() method of your RecyclerView.Adapter implementation and wrap your code in onBindViewHolder method override with a try-catch block.
getItemCount()
RecyclerView.Adapter
onBindViewHolder
try-catch