This document discusses using web services in Android development. It covers making HTTP requests to web services, parsing the response, and creating your own basic web service using PHP. Key points include constructing the URL, executing asynchronous HTTP requests, checking response codes, and parsing XML or JSON responses. The document provides code samples for making a request and handling the response. It also discusses possible issues like blocking the UI thread during the request and suggests using threads to avoid this. Finally, it proposes an exercise to build an accessible application using a web service and GPS.