Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
UI for productivity apps using Gideros — Gideros Forum

UI for productivity apps using Gideros

james23james23 Member
edited March 2013 in Game & application design
hi all, was wondering the best way to go about using Gideros for non-gaming UI as seen in productivity apps and the like. For instance, there may be a leaderboard with columns and rows of data or a need for a menu system. Are there particular API's or methods to use for this? Only just starting to learn the Gideros API's so still experimenting.

For example, a simple menu system would have a row of menu items at the top that, when clicked, show its corresponding info below it. Would I just layer necessary images with the bitmap api and position text accordingly for each menu section. Then maybe have each menu section a child of the corresponding parent menu item which can be made visible on touch with a movieclip transition?

Comments

Sign In or Register to comment.