willowtreeapps / android-bootcamp

Sample app for Android bootcamp and associated issue tracking
Apache License 2.0
1 stars 0 forks source link

Recycler View #10

Open morganduverney opened 7 years ago

morganduverney commented 7 years ago

Outline:

Go over what a recycler view is and what it does What is an adapter? What are view holders? Creating a recycler view in a layout Creating view holder layouts instantiating a recycler view in code, setting up an adapter, and populating view holders dealing with changes in data backing an adapter using a recycler view to create a dynamic layout

45 min lesson 30 min lab