Skip to content

Commit e3d83f0

Browse files
committed
Update README.md
1 parent 5a224b3 commit e3d83f0

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# workshop-3
2-
Recycler view implementation
1+
# Overview
2+
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

Comments
 (0)