Open main menu

CDOT Wiki β

Changes

Android Concepts

No change in size, 16:50, 25 March 2011
Application Building Blocks
{| class="wikitable" border="1"
! Component !! ResponsabilityResponsibility
|-
| Surface Manager || composing drawing surface onto the screen
| Resource Manager || used to store localized layouts, strings, bitmaps, etc.
|-
| View System || building blogs blocks of the UI, handles the event dispacherdispatcher, drawing, etc.
|-
| Notification Manager || anables enables apps to recognize and display common alerts in the status bar
|
|}
== Application Building Blocks ==
'''1. Activity''' - an a UI component that interacts with an a user
'''2. Service''' - a task running in background and it does not have any UI
1
edit