Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Android App Development: Enterprise Integration

Posted By: Landau17
Android App Development: Enterprise Integration

Android App Development: Enterprise Integration
MP4 | Video: 720p | Duration: 47:51 | English | Subtitles: VTT | 152.3 MB



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.

Topics include:
    
  • 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