From the course: Android App Development: Enterprise Integration

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Managed application configurations

Managed application configurations - Android Tutorial

From the course: Android App Development: Enterprise Integration

Start my 1-month free trial

Managed application configurations

- [Instructor] One of the best ways to include enterprise integration options in a new or existing Android application is through managed application configurations. Managed application configurations are bundles of options that enterprise administrators can remotely specify to change the settings of an application. These can be designed to affect your application in a wide variety of ways. Some great examples are enabling or disabling features such as turning buttons on or off, changing the theme to fit the company brand, like displaying the company name on the title bar, or configuring network communication settings for your app, like specifying an endpoint URL. These configuration options are defined by an XML file included in the APK. Let's go ahead and hop into Android Studio and open up our starter project. Earlier in this course, we copied this out of our exercise files and placed it onto our desktop for ease of access. Once the initial Gradle build finishes and you are all…

Contents