Thursday, May 3, 2012

Writing an Android GUI using Python - CodeProject®

Intro to Article

The examples in this article will create menu, scroll view and popup window. For menu widget, programmer should override android functions of activity, which are “onCreateOptionsMenu”, “onPrepareOptionsMenu”, “onOptionsItemSelected”. Using python, the same functions should be defined and assigned to activity object. Popup window is often used to show information or perform some interactions with customer. Python permits define functions in another function, which is convenient to define widgets in popup window. 

Writing an Android GUI using Python - CodeProject®

No comments: