8 Nov 2012


Main and launcher in AndroidManifest.xml

AndroidManifest.xml is the root of project directory.
Android manifest.xml

  • on selecting the app icon from home screen the system calls for the oncreate() method for the activity in  app.
  • <intent-filter> is included in the main activity of manifest file which includes the main action and launcher categories 
  • Application icon will not appear in home screen if main action and launcher activities are not declared for any of the activity of app.

No comments:

Post a Comment

Translate