This project implements RecyclerView and CardView. RecyclerView and CardView is major element introduced in Material Design. RecyclerView widget is a more advanced and flexible version of ListView. CardView extends the FrameLayout class and lets you show information inside cards that have a consistent look across the platform. CardView widgets can have shadows and rounded corners.
Here i collect playlist data from web(http://www.bbc.co.uk/radio1/playlist.json) and displayed as a list in RecyclerView. Each row view is inside CardView.