Summary
In this first chapter, we created an entire mobile application from scratch using Titanium Studio. We also saw how important it is to have a clear vision in terms of the user interface; otherwise, things can become complex when you need to move them around.
We also went through the process of creating our user interface using views, labels, buttons, and even a table view. We also learned how to style and place them to meet our needs. We managed to get those same components to interact with one another using events.
While testing and debugging our application, we had a brief introduction to Titanium's logging API.
In the next chapter, we will go over the use of audio files, including reading and writing them to the filesystem and table views.