6 Nov 2012


Know More about AndroidManifest.xml File

A manifest file gives description about Describe fundamental characteristic of App and define each of its application features:
Android Manifest.xml
  • Gives the name of java package for app which are unique identifier for application.
  • Identifies which process will host app components.
  • Declares permission for app regarding to access protected part of API and interaction with other app.
  • Also lists the links of libraries that app uses.
  • List the minimum level of android API application require. 
  • Illustrates components of app that is activities,services,broadcast receivers, and content providers that app is made of.Also name the class to implements each of the components.

No comments:

Post a Comment

Translate