December 2015
Intermediate to advanced
704 pages
20h 29m
English
Android projects use a special configuration file called the Android manifest file to determine application settings, such as the application name and version, as well as what permissions the application requires to run and what application components it is composed of. In this chapter, you explore the Android manifest file in detail and learn how applications use it to define and describe application behavior.
The Android application manifest file is a specially constructed XML file that must accompany each Android application. This file contains important information about the application’s identity. Here, you define the application’s name and version ...
Read now
Unlock full access