ui-builder

Implement Combobox/Option Menu funcionality on an iPhone interface?

I want to give a list of choices on an iPhone GUI that works like a Combobox/Option menu. It needs to display the current selection, but on tapping it you should be able to change the current selection which will trigger a refresh of the screen. The option menu is letting the user choose which category a search is being performed under...

What is the best way to thumb through photos on the iPad?

I and a user to be able to thumb though photos on their iPad, how would I go about doing this via x-code, objective-C or the UI Builder? ...

How to use combination of Layouts to get widgets at desired position

we are confused with designing interface file for android,we have made user interface with Absolute layout and used "dip" instead of "px" (for different screen size issue) ,but it looks like,Absolute layout has been depreciated,and developer.android, recommends not to use Absolute layout So other option we have is to use 1.Linear layou...