Android Developer Tools Essentials

GDG Silicon Valley: Android Developer Tools Essentials - with Mike Wolfson

This presentation is an overview of the Android Developer Tools (ADT), including many useful techniques, tips and tricks for getting the most out of them.

As with any set of tools, they are only useful if you are able to identify the right tool for the right job, and know how to find it when you need it. This presentation is designed help every Android craftsman (from beginner to expert) learn how to use the basic toolkit to create the best products possible, with the least amount of effort.

I will walk through an Android project that contains a series of pre-configured examples that highlight the capabilities of theADT. The complete code will be available for download from GitHub so that attendees can follow along, or run the examples themselves at a later time.

In this talk, I will show you how to do all these things:
• Isolate memory problems
• Optimize your UI responsiveness
• Use the emulator effectively (and speed it up)
• Test against multiple form factors
• Generate code automatically

Use Eclipse shortcuts to save time
• Create and edit Layout files
• Access and manage your log files
• and more...