Recycler view is one of the major UI component of Android Ecosystem, and Most popular resource to learn it from is RecyclerView ins and outs - Google I/O 2016
This Video explains Recycler view Completely with lots of inside detail, but IMO there is hardly and code present in the video which could help to relate what diagrams depicts in the video. so I have decided to create supplimentary content by write Recycler View implementation as discussed in the video. You can use it to understand recycler view internals or to ace your next technical interview.
So, help yourself and have a snack on the Code and as Always Happy Hacking! Chetan Gupta.
Note : I plan to covered only the things that are covered in video and did my own slight improvements to connect things together where content isn't discussed in the Video, I won't be going far and behond the video so please don't open unrelated issues or discussion in these.
- Birth Of View-Holder
- Adding View to UI
- Death of Recycler View
- Animation on RecyclerView Operation
LinkedIn | Medium | Twitter | StackOverflow | CodeWars | Portfolio | Github | Instagram | Youtube
This work is a licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.