sephiroth74 / HorizontalVariableListView

Horizontal list view for Android which allows variable items widths
859 stars 283 forks source link

D-Pad/Trackpad support #16

Open ghost opened 11 years ago

ghost commented 11 years ago

I am trying to use this widget in a Google TV project stacking HorizontalListViews one on top of another. I can't seem to get the Demo to work with trackpad/D-pad that google tv supports. Ideally d-pad should cause the items to get focus and left/right should scroll the list horizontally.

Dq commented 10 years ago

I have the list view working with the trackpad/D-pad, but the list only scrolls if the next/previous item of the list if not fully visible. For example, if the last item on the right is visible, when I press right, it does not show the next item. The same behaviour occurs for the left item, if I press left. Using touch, however, is working correctly.

Do you guys have any idea on what could be the issue here?

RedshirtMB commented 10 years ago

I'd really like to see this issue addressed as well. This is the best horizontal listview I've found, but I'm dependent on d-pad support before I can incorporate this lib in my application.