Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 575 Bytes

Overview

The intention of this workshop is to go through some basic aspects of implement recycler views.

  • Create object model
  • Add recycler view in layout
  • Add custom row layout
  • Create recycler view adapter
  • Binding the adapter to the recycler view
  • Notifying the adapter
  • Animations

Companion slides

Here! 😃

Step by Step

Every commit in the repo is an small individual step. You can check out the list of commits to view the detailed process step by step.