1. Trang chủ
  2. » Công Nghệ Thông Tin

Expert android studio

456 63 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Cấu trúc

  • Cover

  • Title Page

  • Copyright

  • About the Authors

  • About the Technical Editor

  • Credits

  • Acknowledgments

  • Contents

  • Foreword

  • Introduction

  • Chapter 1: Getting Started

    • System Requirements for Windows, Mac OS X, and Linux

    • Installing Java

      • Installing Java for Windows OS

        • Install Java

        • Setting Paths for Java on Windows 10

      • Installing Java for MacOS X

      • Installing Java for Linux

    • Installing Android Studio

      • Installing Android Studio for Microsoft Windows 10

      • Installing Android Studio for Mac OS X

      • Installing Android Studio for Linux

    • Launching Android Studio for the First Time

      • Welcome to Android Studio

    • Standalone SDK Installation

    • Summary

  • Chapter 2: Android Studio Basics

    • Creating a New Sample Project

      • Using Different SDKs

      • Android Project Structure

      • Building and Running a Project

    • Android Emulator

      • Installing HAXM

      • Creating a New Android Virtual Device

      • Using ADB

    • Migrating Projects from Eclipse

    • Summary

  • Chapter 3: Android Application Development With Android Studio

    • Android Projects

      • Creating a New Android Project

      • Creating a Project with Multiple Target Devices

      • Launching Android Applications

    • Android Activities

      • The Intent Event Handler

      • Adding Template Activities to Android Projects

      • Adding a Blank Activity

      • Android Fragments

        • Understanding the Fragment Lifecycle

      • Adding a Tabbed Activity

    • Android Services

      • Adding a Service Template with Android Studio

    • Add Assets for Android Project

      • Adding Images Assets

      • Adding Sound Assets

      • Adding Video Assets

    • Adding XML Files to an Android Project

    • Android Manifest File

    • Android Modules

    • Summary

  • Chapter 4: Android Studio In Depth

    • Android Studio Menu Items

      • Android Studio

      • File

      • Edit

      • View

      • Navigate

      • Code

      • Analyze

      • Refactor

      • Build

      • Run

      • Tools

      • Version Control System

      • Window and Help Menu

    • Android Studio Shortcuts

    • Android Studio Tool Views

      • Messages

      • Android Studio Project Structure

      • Favorites

      • Android Monitor

      • Structure

      • Android Model

      • Gradle and Gradle Console

      • Run

      • Debug

      • Event Logs

      • Terminal

    • Android Studio Editor

      • Code Assist

      • Commenting Out Code Blocks

      • Moving Code Blocks

      • Navigating Inside the Editor

      • Refactoring

    • Android Studio Live Templates

      • Inserting a Live Template

      • Creating Live Templates

        • Creating a Live Template

        • Create a Surrounding Template

    • Code Refactoring in Android Studio

    • Creating a Signing Key for Android Applications in Android Studio

    • Building APKs in Android Studio

    • Summary

  • Chapter 5: Layouts with Android Studio

    • Layouts with Android Studio

      • Adding a New Layout File

      • Layout Design Structure in Android Studio

    • Layout Previews

      • Layout Rendering Options

      • Previewing Virtual Device Views

      • Previewing on Different Android SDK Versions

      • Selecting Themes

    • Designing Layouts with Android Studio

    • Managing Resources

      • Using Strings

      • Using Styles

      • Using Dimens

      • Using Colors

      • Using Drawables

    • Using Layout Tools

      • Translation

      • Activity Association

    • Asset Management

    • Summary

  • Chapter 6: Android Build System

    • Using Gradle

      • Anatomy of Gradle

    • Dependency Management with Gradle

      • External Dependencies

      • Local Dependencies

      • Legacy Maven Dependencies

    • Android Plugin for Gradle

      • Configuring Android Plugin for Gradle

      • Build Configuration

      • Build Tasks

      • Flavors

      • ProGuard

      • Automated Tests

    • Gradle Plugins

      • Writing Your Own Gradle Plugin

      • Extending Android Plugin for Gradle

    • Summary

  • Chapter 7: Multi-Module Projects

    • Adding Modules to Android Project

    • Phone & Tablet Module

    • Android Libraries

      • Working with Android Libraries

        • Using Android Library Java Packages

        • Using Android Library XML Resources

        • Generating an AAR Package from an Android Library Module

    • Java Libraries

    • Android Wear Module

      • Running and Debugging an Android Wear Module

      • Building APKs with Android Wear Support

    • Android TV Module

    • Glass Module

    • Android Auto Module

    • Google Cloud Module

    • Importing Modules

      • Importing a Gradle Project

      • Importing an Eclipse ADT Project

      • Importing a JAR/AAR Package

    • Removing Modules from a Project

    • Summary

  • Chapter 8: Debugging and Testing

    • Debugging Android Code

      • Android Debug Bridge

      • Wireless Debugging

      • Start Debugging

    • Android Monitor

      • Using logcat

      • Using Memory Monitor

      • Using CPU Monitor

      • Using GPU Monitor

      • Using Network Monitor

    • Android Device Monitor

    • Android Virtual Device Extended Controls

    • Using Lint

    • Testing Android Code and Application UIs

      • Unit Tests

      • Integration Tests

      • UI Tests

      • Performance Testing

      • Performance Tests Task

    • Summary

  • Chapter 9: Using Source Control: GIT

    • Introduction to Git

      • Understanding Git

      • Installing Git

    • Using Git

    • Using the GitHub Client

    • Using Git in Android Studio

    • Git Flow

    • Summary

  • Chapter 10: Continuous Integration

    • What Is Continuous Integration?

    • Integrating Android Projects with a Continuous Integration Server

    • Installing Jenkins

    • Creating Build Jobs

    • Release Management

    • Summary

  • Chapter 11: Using Android NDK with Android Studio

    • Introduction to Android NDK

    • Android Studio NDK Integration

      • Android NDK Installation on Linux

      • Android NDK Installation on Windows 10

      • Android NDK Installation on Mac OS X

    • Android NDK with Android Studio Projects

      • Importing a Sample NDK Project

        • Sample NDK Applications

      • Migrating an Existing NDK Project

      • Building Android NDK Projects

    • Android NDK Projects Release and Deployment

      • Multi vs. Fat Android Application APKs

    • Summary

  • Chapter 12: Writing Your Own Plugin

    • IntelliJ Idea Plugin Architecture

      • Actions

        • Creating a Simple IntelliJ Plugin

        • Implementing a Simple Action

      • Threading

      • File System

      • Projects and Components

      • Editors

      • Wizards

    • Packaging and Distribution

    • Summary

  • Chapter 13: Third-Party Tools

    • Android Studio Plugins

    • Intel’s Android Software Tools

      • Intel System Studio

      • Intel C++ Compiler

      • Intel Integrated Performance Primitives (Intel IPP)

      • Intel Thread Building Blocks (Intel TBB)

      • Intel VTune Amplifier

      • Intel GPA

    • Intel INDE

      • Intel Tamper Protection Toolkit

      • Intel Multi-OS Engine

      • Intel Context Sensing SDK

    • Qualcomm Android Software Tools

      • Snapdragon LLVM Compiler for Android

      • Qualcomm Adreno GPU SDK

      • Qualcomm FastCV Computer Vision SDK

      • Snapdragon SDK for Android

      • Qualcomm AllPlay Click SDK

      • Qualcomm Profilers

    • NVIDIA Software Tools

    • Summary

  • Index

  • EULA

Nội dung

Expert Android® Studio FOREWORD xxiii Introduction xxv Chapter Getting Started Chapter Android Studio Basics 21 Chapter Android Application Development With Android Studio 45 Chapter Android Studio In Depth 81 Chapter Layouts with Android Studio 115 Chapter Android Build System 143 Chapter Multi-Module Projects 159 Chapter Debugging and Testing 195 Chapter Using Source Control: GIT 245 Chapter 10 Continuous Integration 281 Chapter 11 Using Android NDK with Android Studio 309 Chapter 12 Writing Your Own Plugin 331 Chapter 13 Third-Party Tools 363 Index 405 Expert Android® Studio Expert Android® Studio Murat Yener Onur Dundar Expert Android® Studio Published by John Wiley & Sons, Inc 10475 Crosspoint Boulevard Indianapolis, IN 46256 www.wiley.com Copyright © 2016 by John Wiley & Sons, Inc., Indianapolis, Indiana Published by John Wiley & Sons, Inc., Indianapolis, Indiana Published simultaneously in Canada ISBN: 978-1-119-08925-4 ISBN: 978-1-119-11071-2 (ebk) ISBN: 978-1-119-11073-6 (ebk) Manufactured in the United States of America 10 No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without either the prior written permission of the Publisher, or authorization through payment of the appropriate per-copy fee to the Copyright Clearance Center, 222 Rosewood Drive, Danvers, MA 01923, (978) 750-8400, fax (978) 646-8600 Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748-6011, fax (201) 748-6008, or online at http://www.wiley.com/go/permissions Limit of Liability/Disclaimer of Warranty: The publisher and the author make no representations or warranties with respect to the accuracy or completeness of the contents of this work and specifically disclaim all warranties, including without limitation warranties of fitness for a particular purpose No warranty may be created or extended by sales or promotional materials The advice and strategies contained herein may not be suitable for every situation This work is sold with the understanding that the publisher is not engaged in rendering legal, accounting, or other professional services If professional assistance is required, the services of a competent professional person should be sought Neither the publisher nor the author shall be liable for damages arising herefrom The fact that an organization or Web site is referred to in this work as a citation and/or a potential source of further information does not mean that the author or the publisher endorses the information the organization or Web site may provide or recommendations it may make Further, readers should be aware that Internet Web sites listed in this work may have changed or disappeared between when this work was written and when it is read For general information on our other products and services please contact our Customer Care Department within the United States at (877) 762-2974, outside the United States at (317) 572-3993 or fax (317) 572-4002 Wiley publishes in a variety of print and electronic formats and by print-on-demand Some material included with standard print versions of this book may not be included in e-books or in print-on-demand If this book refers to media such as a CD or DVD that is not included in the version you purchased, you may download this material at http:// booksupport.wiley.com For more information about Wiley products, visit www.wiley.com Library of Congress Control Number: 2016947909 Trademarks: Wiley, the Wiley logo, Wrox, the Wrox logo, Programmer to Programmer, and related trade dress are trademarks or registered trademarks of John Wiley & Sons, Inc and/or its affiliates, in the United States and other countries, and may not be used without written permission Android is a registered trademark of Google, Inc All other trademarks are the property of their respective owners John Wiley & Sons, Inc., is not associated with any product or vendor mentioned in this book To Nilay, Burak, Semra, and Mustafa Yener, for all your support and the time I needed to write this book —Murat To Canan and my entire family: Aysel, Ismail, Ugur, Umut, Aysun, and Murat —Onur ... Linux Installing Android Studio Installing Android Studio for Microsoft Windows 10 Installing Android Studio for Mac OS X Installing Android Studio for Linux Launching Android Studio for the First... in Android Studio 107 Creating a Signing Key for Android Applications in Android Studio 112 Building APKs in Android Studio 114 Summary 114 Chapter 5: Layouts with Android Studio Layouts with Android. .. Adding XML Files to an Android Project 76 Android Manifest File 76 Android Modules 78 Summary 79 Chapter 4: Android Studio In Depth Android Studio Menu Items 81 82 Android Studio 82 File 83 Edit

Ngày đăng: 09/10/2021, 20:31

w