Android App Development: Enterprise Integration
48mIntermediate2018-03-16
Authors

Jon-Luke West
Software Developer, Product Engineer, Inventor
Course details
When developing Android applications for enterprise, security is paramount. Applications need to be able to integrate with existing mobile device management (MDM) systems-which companies rely on to control access to their data. Offering enterprise integration options can open untapped opportunities for your apps. This course shows you how to leverage your existing Android development skills and build apps for this valuable market.
Instructor Jon-Luke West first reviews the key concepts of enterprise mobility management in Android: important APIs, the role of the device administrator, and the types of devices you should plan to target. He reviews the three primary use cases, including bring your own device (BYOD) and corporate-owned single-use (COSU) scenarios. Then he dives straight into the code, showing how to implement three enterprise integration features: managed application configurations, app pinning, and locked task mode. Finally, he shows how to test the features on a managed device.
Learning objectives
Enterprise mobility management (EMM) and mobile device management (MDM)
Android EMM APIs
Use cases: BYOD, work-manage devices, and COSU
Checking restrictions and restriction changes for managed configurations
App pinning and lock task mode
Testing enterprise integration features using Test DPC
Instructor Jon-Luke West first reviews the key concepts of enterprise mobility management in Android: important APIs, the role of the device administrator, and the types of devices you should plan to target. He reviews the three primary use cases, including bring your own device (BYOD) and corporate-owned single-use (COSU) scenarios. Then he dives straight into the code, showing how to implement three enterprise integration features: managed application configurations, app pinning, and locked task mode. Finally, he shows how to test the features on a managed device.
Learning objectives
Enterprise mobility management (EMM) and mobile device management (MDM)
Android EMM APIs
Use cases: BYOD, work-manage devices, and COSU
Checking restrictions and restriction changes for managed configurations
App pinning and lock task mode
Testing enterprise integration features using Test DPC
Skills covered
Android DevelopmentAndroidMobile DevelopmentGoogleDeep Dive (X:Y)
Concepts
Introduction
- Welcome
- What you should know
- Using the exercise files
Overview
- Enterprise mobility management (EMM)
- Android EMM APIs
- Policies and commands
- The device administrator
- Types of devices
Enterprise Use Cases
- Solution sets
- Work profile (BYOD)
- Work-managed device
- Corporate-owned single use (COSU)
Implement
- Managed application configurations
- Check restrictions - String and bool
- Listen for restriction changes - String and bool
- Check restrictions - URL
- Listen for restriction changes - URL
- App pinning and lock task mode
Testing Integrations
- Configure Test DPC
- Test managed application configurations
- Test DPC as device owner
- Test lock task mode
Conclusion
- Next steps