This document discusses how to build an Android app using Google App Engine (GAE) and Google Cloud Endpoints. It introduces GAE and Cloud Endpoints, shows how to create RESTful APIs, generate client libraries, and consume the APIs in an Android app. Code examples are provided for defining API methods and services as well as making API calls from Android. The document also covers testing APIs locally and deploying them to GAE.