Monday, March 14, 2011

Android Activity

What is an Android Activity?


- one of the building blocks of an Android application
- used for rendering user interfaces that can respond to events
- a single screen
- can return a value to the previous activity
- pushed into a stack every time a new activity starts


You can read more about this here: Android Activity

No comments: