RecyclerView The replacement for ListView, GridView and a couple of other components. To gain good performance you need to implement the ViewHolder pattern unfortunately there is a lot of ways to mess that up. Now with the RecyclerView they forces you to implement the ViewHolder pattern and have made is more difficult to mess up. […]
The post Android RecyclerView – Simple List appeared first on blog..