How to have a horizontal listview?
I have a requirement in which I want few images to be shown in one row with horizontal scroll option. I tried putting a gridview inside a horizontal-scrollview, and setting the number for columns of gridview to number of images. But this approach does not help. Please suggest something? <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@android:color/white" android:clickable="true" > <HorizontalScrollView