Click here to Skip to main content
15,885,633 members
Articles / Mobile Apps / Android

Writing an Android GUI using Python (7:Activity)

Rate me:
Please Sign up or sign in to vote.
4.93/5 (7 votes)
17 Jun 2012CPOL3 min read 56.3K   1.4K   14  
Activity of android application is main entity which likes windows on win32 platform. It has lifecycle, contains gui widgets, and manages them together. Activity can create child activities, with initial parameters, and gets results from them. Here gives an example to operate activities, which code

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
China China
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions