Horizontal listview

Possible duplicate:
How to create a horizontal ListView in Android?

I have used the Vertical ListView many times, but for some requirements I want to implement a Horizontal ListView, and the list of elements will be dynamic. Please help me get a horizontal list.

+3
source share
2 answers

The Android API lacks a widget Horizontal ListView.

So, in other tutorials, the developer is implemented using Galleryor HorizontalScrolllView.

In fact, Gallery makes work easier because you can use an adapter with it, so at runtime you can add a custom look to it. And it looks like a horizontal listview.

,

Android Horizontal ListView

SO ListView Android?

+7

0

All Articles