Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Graywater: A RecyclerView Framework

Eric Leong
January 31, 2018

Graywater: A RecyclerView Framework

Recently, Tumblr released Graywater, a RecyclerView library for decomposing large list items to improve scroll performance. This presentation walks through how to build an advanced, flexible list implementation backed by Graywater and utilizing Dagger 2 multibinding to configure Graywater for different screens. Although Graywater has greatly reduced OutOfMemory errors at Tumblr, the library is not for all apps. The talk will cover the benefits and limitations of Graywater in comparison to other recently-released RecyclerView frameworks, such as Litho and Epoxy, as well as implementation decisions and details.

Code: https://github.com/tumblr/graywater
Slides: http://ericleong.me/talks/graywater
Video: https://www.facebook.com/atscaleevents/videos/2025590844380676/

Eric Leong

January 31, 2018
Tweet

More Decks by Eric Leong

Other Decks in Programming

Transcript

  1. View Slide

  2. View Slide

  3. View Slide

  4. View Slide

  5. View Slide

  6. View Slide

  7. View Slide

  8. View Slide

  9. View Slide

  10. View Slide

  11. View Slide

  12. View Slide

  13. View Slide

  14. View Slide

  15. View Slide

  16. View Slide

  17. View Slide

  18. View Slide

  19. View Slide

  20. View Slide

  21. View Slide

  22. View Slide

  23. View Slide

  24. View Slide

  25. View Slide

  26. View Slide

  27. View Slide

  28. View Slide

  29. View Slide

  30. View Slide

  31. View Slide