Seminar AND101
Introduction to Android for Technical Managers and Technology Strategists
Seminar Outline
Introduction to Android for Technical Managers and Technology Strategists
This one day seminar aims to provide a comprehensive overview of the Android stack and the development of applications using this stack. It also explains how Android runs on top of Linux and reviews the possibilities arising from porting Android to embedded systems.
Course Objectives
The goals of this workshop are:
- to provide a thorough overview of the Android SDK (Software Development Kit) stack
- provide a "broad brush" overview of the Android Architecture, SDK toolkits, as well as security and publishing aspects of application development
- cover project and code development issues such as testing, debugging and design
- explore the potential of Android as a platform for more general embedded systems development
Intended Audience
The course is aimed at technical managers, technologists and technical team leaders.
Its approach is oriented towards raising issues and answering questions related to understanding Android technology from the perspective of making strategic decisions, managing Android development projects and managing Android application development teams.
Course Contents
How Android became
- a brief tour and a brief history
The Java aspects of Android
- Java as a language
- the peculiar requirements of mobile telephone applications
Structure of Android - layer by layer from hardware to application
- Linux kernel
- Android runtime and the Dalvik VM
- Native libraries
- Application frameworks and application building
Key Concepts and Building Block Components
- Activities and the Activity lifecycle
- Services and the Service lifecycle
- Intents
- Broadcast receivers
- Content providers
Operating System, Tools and Utilities
- hardware support for sensors and networking
- Camera, accelerometers, touch screens, GPS, Compass
- WiFi, mobile telephony, Bluetooth
- database and multi-media support
- filesystem and storage devices
- Google maps
- Preferences and notifications
Security
- permissions
- Android Sandbox model
Application Development
- what the SDK provides
- Android Virtual Devices
- support for multiple platforms
Programming
- Tour of Eclipse
- Android Java programming in Eclipse
- Testing and debugging in Eclipse
- Executing code in the emulator
- Executing code on an actual device
- A survey of useful tools such as ADB, DDMS, the hierarchy and trace viewers
Overview of App Framework internals
- tasks, processes, activities
- multi-threading
- services
- inter-process communication mechanisms
- AIDL
