Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 274 Bytes

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.