Application Recipes

The following tutorials are step-by-step guides of creating simple applications especially helpful for beginners but also as a general demonstration of developing procedure with CrossMobile.

Roll Dice: an application that simulates a simple roll dice game and presents basic functions, such as adding Labels, Buttons and multiple view controllers.

Truth or Dare: a recipe for the known game of questions presenting navigation controllers, button customization, and also use of UITextView class.

Simple Browser: an application that presents how to use UIWebView and UIToolbar classes in a simple browser implementation.

PhoneBook: an implementation of a PhoneBook application as a demonstration of basic classes such as UITableView and UIAlertController. Also an opportunity to present how to handle navigation bar with UINavigationBar class and how to incorporate NSXMLParser.