Expert Android Studio
Реклама. ООО «ЛитРес», ИНН: 7719571260.
Оглавление
Dundar Onur. Expert Android Studio
INTRODUCTION
Chapter 1. Getting Started
Chapter 2. Android Studio Basics
Chapter 3. Android Application Development With Android Studio
Chapter 4. Android Studio In Depth
Chapter 5. Layouts with Android Studio
Chapter 6. Android Build System
Chapter 7. Multi-Module Projects
Chapter 8. Debugging and Testing
Chapter 9. Using Source Control: GIT
Chapter 10. Continuous Integration
Chapter 11. Using Android NDK with Android Studio
Chapter 12. Writing Your Own Plugin
Chapter 13. Third-Party Tools
ABOUT THE AUTHORS
ABOUT THE TECHNICAL EDITOR
CREDITS
ACKNOWLEDGMENTS
FOREWORD
WILEY END USER LICENSE AGREEMENT
Отрывок из книги
NO MATTER HOW GOOD YOU ARE AT WRITING CODE, without proper knowledge of Integrated Development Environments (IDEs), you will face many obstacles. This book covers Google's Android Studio, the official tool for developing Android applications. Each chapter focuses on a specific topic, progressing from the basics of how to use the IDE to advanced topics such as writing plugins to extend the capabilities of the IDE.
This book is for developers with any level of experience. Whether you are new to Android or a seasoned Android developer who used Eclipse-based ADT before, this book will bring you to a level where you can unleash your true development potential by making use of Android Studio's tools.
.....
Figure 1.7 Java installation Max OS X
Now JDK is ready to use on Mac OS X. You can check the installed JDK version from System Preferences of Mac OS X or type 'java –version' in the terminal window to see whether Java installed properly.
.....