Sunday, 1 July 2012

Playing with the UI Composer

I was playing around with the UI Composer and made a little "Hello World" program. It reminds me of NetBeans in a way where you can design the user interface using various widgets and then code for functionality.

The UI Composer builds the necessary files that are required to be used in a project where you want to use the interface you've created. These files have to then be added to the project's solution. A few minor changes had to then be made in order to use the UI generated files.

Here is a screenshot of my project in the UI Composer













Currently you can only see a Hello World! button. I wanted to create a button that showed an image after it was pressed.

There's some code to input to make the program functional so right now, I'll try and get that working.

No comments:

Post a Comment