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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -