July 2011
Beginner to intermediate
512 pages
12h 4m
English
What You’ll Learn in This Hour:
• Exploring the Android manifest file
• Configuring basic application settings
• Defining activities
• Managing application permissions
• Managing other application settings
Every Android project includes a special file called the Android manifest file. The Android system uses this file to determine application configuration settings, including the application’s identity as well as what permissions the application requires to run. In this hour, we examine the Android manifest file in detail and look at how different applications use its features.
The Android manifest file, named AndroidManifest.xml, is an XML file that must be included ...