Hacker News new | ask | show | jobs
An alternative to ViewHolder (jleehey.github.io)
1 points by jleehey 4057 days ago
1 comments

The 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.