listview - Improving the layout of my Android application -
in application, i've implemented descendant navigation. , in pages, i've implemented listviews. how can improve ui simple list views simple list like
item 1 item 2 item 3
to this:
******** ******** ******** ******** * itm1 * * itm2 * * itm3 * * itm4 * * * * * * * * * ******** ******** ******** ********
and scrollable? items horizontally aligned. thinking of gridview also. can gridview customized display in single line only?
you put items in linearlayout horizontal orientation inside horizontalscrollview.
there android class gallery, it's deprecated in api level 16.
Comments
Post a Comment