You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intention of this workshop is to go through some basic aspects of implement recycler views.
3
+
- Create object model
4
+
- Add recycler view in layout
5
+
- Add custom row layout
6
+
- Create recycler view adapter
7
+
- Binding the adapter to the recycler view
8
+
- Notifying the adapter
9
+
- Animations
10
+
11
+
# Companion slides
12
+
[Here!](slides/workshop3.pdf) 😃
13
+
14
+
# Step by Step
15
+
Every commit in the repo is an small individual step. You can check out the list of [commits](https://github.com/schibsted-android-training/workshop-3/commits/master) to view the detailed process step by step.
0 commit comments