An alternative to ViewHolder
jleehey.github.io
An alternative to ViewHolder
1–2 of 2 posts
Re: An alternative to ViewHolder
#2The Android ViewHolder pattern has been a standard pretty much since SDK 1. For the last few years, I've been using a different approach that results in a cleaner adapter, increased maintainability and better code reuse with larger projects. This is my first HN/blog post so I appreciate any and all feedback.