Monday, August 3, 2009

Simple Android

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.

http://code.google.com/p/simple/

No comments:

Post a Comment