sourabhpariwal / RecyclerView_With_CustomData

RecyclerView with Custom Data Adaptor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecyclerView_With_CustomData

RecyclerView with Custom Data Adaptor
App contains a splash screen and a Recycler View with 3 data static data elements.

  1. Name
  2. Age
  3. Date of Birth
    All the data is statically bind using a custom Adapter to the Recycler View.