You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example of using RecycleView class instead the classic ListView. It has a different behavior, we have to declare our own decoration line between items and be use the class RecyclerView.ViewHolder to holde the data of each item.