-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a678a98
commit a3fdc4c
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Recycler-View-Series | ||
|
||
This article is a part of the recyclerview series that I started and this repository will form the basis for the last 2 part left, ie, part 5 and part 6. Hope you all enjoyed this series and I was able to point a direction in the case of RecyclerView in Android. | ||
|
||
In this part I try to help with Item Decorations in RecyclerViews and how to master them. These parts like the others will be as easy to understand and implement. With visual help ofcourse! Happy reading :) | ||
|
||
The link to the starting article is here: https://android.jlelse.eu/understanding-recyclerview-a-high-level-insight-part-1-dc3f81af5720 | ||
|
||
<img src = "https://github.com/DhruvamSharma/Recycler-View-Series/blob/master/docs/state4-1.jpeg" width = "200" height = "300"> <img src = "https://github.com/DhruvamSharma/Recycler-View-Series/blob/master/docs/state4-2.jpeg" width = "200" height = "300"> <img src = "https://github.com/DhruvamSharma/Recycler-View-Series/blob/master/docs/state4-3.jpeg" width = "200" height = "300"> |