Lucas Rocha
Lucas Rocha
Good points! In case you missed it, I recommend having a look at [Litho](https://github.com/facebook/litho). It incorporates a lot of these optimizations (and more!) behind a simple declarative API :-)
Nice, thank! Before I merge this, could you please up the commit message to follow the same style than others? i.e. [readme] Update maven instructions
You need to update the actual commit, not just the PR title.
Hmm, quite mixed about this one. I'd like to keep it simple. Providing a FrameLayout seems like the right level of convenience to debug existing code in any project. Activities...
Good point. Yeah, I wonder how the API would look like. I guess instead of loadItem and displayItem, we'd have something like loadChildItem/loadGroupItem and displayChildItem/displayGroupItem. We'd need an AsyncExpandableListView too.
The upcoming API in 0.2.0 might make it easier to implement this.
@bennyk Yep, currently Smoothie works with the assumption that scrolling down is the most common use case. Maybe add a Builder option to reverse loading order? I'd prefer to avoid...
@DavyJonesUA It seems that the fast scrolling UI intercepts touch events which might not work well with the way Smoothie tracks user interaction to know when to load items from...
Thanks @mr-archano! This is looking good after quick skim. I'll do more thorough review later today or tomorrow.
Hi all, a mix of changing jobs and holidays got in the way of my spare-time hacking lately. I'll resume development next week :-)