Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Chapter 3. Welcome App: Dive-Into® Eclipse and the ADT Plugin

3. Welcome App: Dive-Into® Eclipse and the ADT Plugin

Objectives

In this chapter you’ll:

  • Learn the basics of the Eclipse IDE for writing, running and debugging your Android apps.

  • Create an Eclipse project to develop a new app.

  • Design a GUI visually (without programming) using the ADT (Android Development Tools) visual layout editor.

  • Edit the properties of GUI components.

  • Build a simple Android app and execute it on an Android Virtual Device (AVD).

Outline

3.1Introduction
3.2Technologies Overview
3.3Eclipse IDE
3.4Creating a New Project
3.5Building the Welcome App’s GUI with the ADT’s Visual Layout Editor
3.6Examining the main.xml File
3.7Running the Welcome App
3.8Wrap-Up