Android Developer Tools Essentials: Android Studio to Zipalign
Android development can be challenging, but through the effective use of Android Developer Tools (ADT), you can make the process easier and improve the quality of your code. This concise guide demonstrates how to build apps with ADT for a device family that features several screen sizes, different hardware capabilities, and a varying number of resources.
With examples in Windows, Linux, and Mac OS X, you’ll learn how to set up an Android development environment and use ADT with the Eclipse IDE. Also, contributor Donn Felker introduces Android Studio, a Google IDE that will eventually replace Eclipse.
Chapter 1. Getting Started
Chapter 2. Essential Tools
Chapter 3. Configuring Devices and Emulators
Chapter 4. Using Devices and Emulators
Chapter 5. Developing with Eclipse
Chapter 6. Developing with Android Studio
Chapter 7. Testing Your Code
Chapter 8. Simulating Events
Chapter 9. Build Tools
Chapter 10. Monitoring System Resources
Chapter 11. Working with the User Interface
Chapter 12. Using the Graphical Editor
Chapter 13. Optimizing the User Interface