Learning gambArt by Example
This short tutorial explains how to use gambArt components to build a user interface through a series of application example. First we examine source code of a Hello World application based on gambArt. Then we progressively present complicated gambArt application examples.
This tutorial will be updated regularly. Get notified.
In order to help Developers using Klorofil Platform, especially gambArt, we will regularly add more resources and examples in this tutorial. In order to get notified for Documentation update, please subscribe to our Klorofil Announcement feed.
- Example 1: Hello World
- A very simple Hello World application.
- Example 2: Button
- Shows how to use Button component.
- Example 3: Feet Converter
- Shows how to use Edit, Button, and Label components.
- Example 4: Picture Selection
- Shows how to use DropDownBox, Panel, Label, GraphicList, and Image components.
- Example 5: Text Manipulation
- Shows how to use DropDownBox, CheckBox, RadioButton, Panel, and Label components.
- Note:
- You can download all the source code of the examples used in this tutorial. Here's the source code.