Tuesday, July 28, 2009

Simple Compiler And Runtime, BASIC for Android

Simple is a BASIC dialect for developing Android applications. It is particularly well suited for non-professional programmers (but not limited to). Simple allows programmers to quickly write Android applications by using the components supplied by its runtime system.

Simple programs are form definitions (which contain components) and code (which contains the program logic). The interaction between the components and the program logic happens through events triggered by the components. The program logic consists of event handlers which contain code reacting to the events.

Simple Project Home
To know How To Write A Simple Application

1 comment:

Unknown said...
This comment has been removed by the author.