Android menu view, gridview or something else?
Posted
by dfilkovi
on Stack Overflow
See other posts from Stack Overflow
or by dfilkovi
Published on 2010-05-21T14:42:32Z
Indexed on
2010/05/21
17:00 UTC
Read the original article
Hit count: 184
I need to create a home screen (menu) with four to six items arranged in a grid view, each item needs to have an icon and a text below the icon. I googled and everything I could find were adapterView examples, with dynamic menu loading, and I want to make it with static xml, this view will not change so no need for dynamic code.
Can anyone post an xml example of this?
© Stack Overflow or respective owner