Chapter 1: Using the Eclipse Workbench

In This Chapter

check.png Finding your way around the Eclipse workbench

check.png Using views and perspectives

check.png Getting Eclipse’s assistance to type your code

check.png Importing existing code

check.png Working with configurations and preferences

When you develop software, you have two options:

Be tough and use only command-line tools.

Never touch your computer’s mouse. Figure out all the commands with all their options. Edit programs in primitive text editors, such as Linux vi, GNU Emacs, Windows Notepad, or Macintosh TextEdit.

Be wimpy and use an integrated development environment (an IDE).

Execute commands by clicking menu items. Edit programs with a full-featured editor — an editor customized for whatever programming language you use. Change object values with code-aware property sheets. Create forms by dragging widgets from a palette to a visual layout.

I admire toughness, but wimpiness is more efficient. Being wimpy makes you more productive and less prone to error. ...

Get Android™ Application Development All-in-One For Dummies® now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.