This document provides an overview and programming tutorials for accessing sensors and the network in Android application development. The overview section describes the Android platform background, architecture, application components and fundamentals. It also introduces key sensors and classes for accessing location, such as LocationManager and LocationListener. The first programming tutorial demonstrates tracking location with GPS and displaying it on a map. The second tutorial shows how to download a file from the Internet. Key steps covered include setting up the Android project, adding required permissions, connecting to a URL and handling the response.