This is a preview, to view full video please register and subscribe.

Adding Dividers to your RecyclerView Using ItemDecoration

Date
Mar 22, 2016

At Google I/O 2014, Google introduced RecyclerView, the replacement for ListView. RecyclerView was more efficient and extensible, but it lacked many shortcuts and niceties we’d grown used to in ListView. This talk explains how to add dividers and offsets to your RecyclerViews using RecyclerView.ItemDecoration.