lucasr / smoothie

[DEPRECATED] Easy async loading for Android's ListView/GridView
985 stars 163 forks source link

Horizontal Scrolling #1

Closed sgrekov closed 11 years ago

sgrekov commented 11 years ago

Are there any ways to use AsyncListView or AsyncGridView with horizontal scrolling?

lucasr commented 11 years ago

AsyncListView and AsyncGridView are just subclasses of ListView and GridView respectively. Hence, they share the same limitations than their parent classes unfortunately. i.e. no support for horizontal scrolling.