this is for tianium – currently looking at android developement, but any ios particular info is equally welcome!
so i have a titanium app, and i’d like to have buttons in it. Each button is for a different “section” though, so i thought “hey, why not make each section have an icon, and put text under it, so the end result looks really similar to a windows desktop, or, say, an ipad/iphone home screen”
To be clear, what i’d like is a selection of images with some text under them, which is clickable.
Like so!
<img <img <img
img img img
img> img> img>
section1 section2 has a
long name
But how do i do this? Adding a “title” to a button just has the text appear beside it, not under it
cheers~
You are looking for what is known as a Dashboard View. Unfortunately, there is none for android, only iOS.
Searching the forums a little bit, I found this: http://developer.appcelerator.com/question/67631/grid-view-is-possible-or-not#answer-206038