Basic UI Classes Tutorials

If you are not familiar with mobile development, follow the tutorials below. Use them in order to bridge the gap between basic java programming knowledge and mobile development concepts.

UIView basic tutorial: one of the most important basic classes, responsible to manage and display application’s content on screen.

UILabel basic tutorial: use this class in order to add and handle labels on your application’s screen.

UIButton basic tutorial: create and add customized buttons to your app.

For detailed information use CrossMobile’s documentation.

If you have previous experience, you may skip these tutorials and go straight ahead to the first complete application tutorial ( see Roll Dice Tutorial ) in order to start developing with CrossMobile.