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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -