Monday, 15 June 2015

adapter - how to show listview in horizontal MergeAdapter in android -


Now I'm going to show a list of data in the vertical view with the merge adapter and it showed it successfully. Now what I want it to show in the MergeAdapter horizontal list and find a lot for the MergeAdapter horizontal list view.

If it is possible to show a listview in a MergeAdapter horizontal view, please help me.

It should receive the MergeAdapter horizontal list view.

There is no supported horizontal list in Android. I do not have any information about megadapter, but if you want to use horizontal then you need an XML like that XML

   Android: & Lt; / LinearLayout & gt; & Lt; / HorizontalScrollView & gt; & Lt; / LinearLayout & gt;  

And add views inside scrollViewContainer. Also check


No comments:

Post a Comment