Android for Programmers Welcome App: Dive-Into Eclipse and the ADT Plugin
3.1 Introduction
In this chapter, you’ll build the Welcome app—a simple app that displays a welcome message and two images—without writing any code. You’ll use the Eclipse IDE with the ADT (Android Development Tools) Plugin—the most popular tools for creating and testing Android apps. We’ll overview Eclipse and show you how to create a simple Android app (Fig. 3.1) using the ADT’s Visual Layout Editor, which allows you to build GUIs using drag-and-drop techniques. Finally, you’ll execute your app on an Android Virtual Device (AVD).
Fig. 3.1 Welcome app.