Android Application Architecture

  • Replies:0
Deactivated Account
  • Forum posts: 44

Sep 12, 2012, 5:46:09 AM via Website

Android Application Architecture has the following components:

* Services like Network Operation
Intent - To perform inter-communication between activities or services
* Resource Externalization - such as strings and graphics
Notification signaling users - light, sound, icon, notification, dialog etc.
* Content Providers - They share data between applications

Reply