I am the Burgerfan!

Chris Christou's Weblog. Everyone has a story — What's yours?

October 15th, 2012: 9:43 pm

Working through the tutorial I stopped at last time, I got an Edit Box and a button in place. When pressed, the button runs code that shows the contents of the Edit Box. I took it an extra step and figured out how to center the text. Here is my masterpiece:

It looks like a lot of the UI can be developed using XML. This feels similar to XAML in WPF. I’ll have to start reading more about what controls are available, and how they function. For now though, I’ll continue following the training materials.