I am creating a game that requires a tabmenu like this one (the bottom section)
http://maniacdev.com/wp-content/uploads/2011/06/tabmenutabbar.png and some textboxes for input in different areas.
I have created most of the rest of the app but I have no idea how to get these elements into my app. A sample project that would have a textbox (with the keyboard coming up on focus and keyboard go away on leave) or a sample project that shows something like that tab bar menu would be infinitively useful to me right now.
Also, I didn't see any mention of these in the API section, will we ever be able to "natively" create these elements?
Thanks so much!
Comments
Once android plugins are documented I'm sure someone will make one for that as well, or modify Magnusviri's above.
I have a ghetto setup with buttons that stay on the screen that sort of act as a tab bar using Scene Manager. However, I was hoping there was a slightly more 'official' way to add a tab bar.