The new TwoWayView

1 · Lucas Rocha · July 31, 2014, 11:33 a.m.
What if writing custom view recycling layouts was a lot simpler? This question stuck in my mind since I started writing Android apps a few years ago. The lack of proper extension hooks in the AbsListView API has been one of my biggest pain points on Android. The community has come up with different layout implementations that were largely based on AbsListView’s code but none of them really solved the framework problem. So a few months ago, I finally set to work on a new API for TwoWayView that w...