万本电子书0元读

万本电子书0元读

顶部广告

Android Studio 2 Essentials - Second Edition电子书

售       价:¥

10人正在读 | 0人评论 9.8

作       者:Belén Cruz Zapata

出  版  社:Packt Publishing

出版时间:2016-06-01

字       数:67.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
A fast-paced guide to get you up and running with Android application development using Android Studio 2 About This Book Configure, build, and run Android projects with Android Studio 2 Test your apps using the Android emulator and learn how to manage virtual devices Explore how Android Studio 2 can be made a part of your workflow to reduce the overall development time Who This Book Is For If you are an Android developer looking to quickly take advantage of Android Studio 2 and add it to your workflow, then this book is for you. It is assumed that you are familiar with the OOP paradigm and Java. You are recommended to have prior knowledge of the main characteristics of the Android mobile system to get the most out of this book. What You Will Learn Install Android Studio on your system and configure the Android Software Development Kit Create your first project and explore its structure Manage a project in Android Studio 2 with Gradle Improve your productivity while programming by getting the best of the code editor Design the user interface using layouts and see how to handle various user events Integrate Google Play services into your project efficiently Monitor your app while it's running and constantly improve its performance In Detail Android Studio 2, the official IDE for Android application development, dramatically improves your workflow by letting you quickly see changes running on your device or emulator. It gives developers a unique platform by making app builds and deployment faster. This book will get you up and running with all the essential features of Android Studio 2 to optimize your development workflow. Starting off with the basic installation and configuration of Android Studio 2, this book will help you build a new project by showing you how to create a custom launcher icon and guiding you to choose your project. You will then gain an insight into the additional tools provided in Android Studio, namely the Software Development Kit (SDK) Manager, Android Virtual Device (AVD) Manager, and Javadoc. You’ll also see how to integrate Google Play Services in an Android project. Finally, you’ll become familiar with the Help section in Android Studio, which will enable you to search for support you might require in different scenarios. Style and approach A comprehensive and practical guide that will give you the essential skills required to develop Android applications quickly using Android Studio. With the help of a real-world project, this book will show how to make Android Studio a part of your development process and optimize it.
目录展开

Android Studio 2 Essentials Second Edition

Table of Contents

Android Studio 2 Essentials Second Edition

Credits

About the Author

About the Reviewer

www.PacktPub.com

eBooks, discount offers, and more

Why subscribe?

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Downloading the color images of this book

Errata

Piracy

Questions

1. Installing and Configuring Android Studio

Preparing for installation

Downloading Android Studio

Installing Android Studio

Running Android Studio for the first time

Configuring the Android SDK

Summary

2. Starting a Project

Creating a new project

Configuring the project

Selecting the form factors

Choosing the activity type

Customizing your activity

Summary

3. Navigating a Project

The project navigation panel

The project structure

The resources folder

The manifest file

Gradle

Project settings

Summary

4. Using the Code Editor

Customizing editor settings

General

Colors & Fonts

Code Style

File and Code Templates

Code Completion

Smart Type Completion

Postfix Completion

Code generation

Navigating code

Useful shortcuts

Summary

5. Creating User Interfaces

The graphical editor

The text-based editor

Creating a new layout

Adding components

Component's properties

Supporting multiple screens

Changing the UI theme

Handling events

Summary

6. Tools

Software Development Kit Manager

The AVD Manager

The Android emulator

Generating Javadoc

Tasks and contexts

Version control systems

Summary

7. Google Play Services

How Google Play services work

Available services

Adding Google Play services to Android Studio

Google Maps Android API

Google Places

Geo Data API

Place Detection API

Google Sign-In

Google+ Platform for Android

Google Play In-App Billing

Google Cloud Messaging

More sample apps

Summary

8. Debugging

Running and debugging

Console

Debugger

LogCat

Monitors

Instant run

Android Device Monitor

Threads

Method profiling

Heap

Allocation Tracker

Network Statistics

File Explorer

Emulator Control

System Information

Hierarchy View

Summary

9. Preparing for Release

Understanding an APK file

Build types

Steps prior to releasing your app

Generating a signed APK

Sign automatically in release mode

Running your app in release mode

APK Analyzer

Summary

A. Getting Help

Getting help from Android Studio

Android online documentation

Updates

Summary

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部