Difference between revisions of "Template:Simple Application Activity Lifecycle"

From CDOT Wiki
Jump to: navigation, search
(Created page with '{{Ecl_menu}} One of the application component type is called Activity. Activity is that part of the application that provides a screen for the user to interact with. The activi…')
 
Line 3: Line 3:
 
One of the application component type is called Activity.
 
One of the application component type is called Activity.
  
Activity is that part of the application that provides a screen for the user to interact with. The activity object could be created from a subclass of the [[http://d.android.com/reference/android/app/Activity.html Activity]] class.
+
Activity is that part of the application that provides a screen for the user to interact with. The activity object could be created from a subclass of the [http://d.android.com/reference/android/app/Activity.html Activity] class.

Revision as of 15:37, 8 March 2011

One of the application component type is called Activity.

Activity is that part of the application that provides a screen for the user to interact with. The activity object could be created from a subclass of the Activity class.