smoothie icon indicating copy to clipboard operation
smoothie copied to clipboard

Smoothie items preload on listview in transcript mode

Open bennyk opened this issue 12 years ago • 1 comments

Does Smoothie made assumption that the listview has to be operated in non transcript mode in order for the preload logics to function properly?

http://developer.android.com/reference/android/widget/AbsListView.html#setTranscriptMode(int)

In my testing, it seems that my listview missed some preloading when I scrolling up the listview. In transcript mode we usually scroll up more than scrolling it down.

This seem to be more like a question than issue :-)

Thanks

bennyk avatar Feb 16 '13 06:02 bennyk

@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 depending on ListView-specific API to detect that automatically as Smoothie is meant to be used with GridView too.

lucasr avatar Mar 11 '13 16:03 lucasr