Busy coder guide to android development by mark murphy

Busy coder guide to android development by mark murphy

Physics.Math.Code запись закреплена

The Busy Coder’s Guide to Android Development 8.10 Mark L. Murphy [2018, En]
═════════════════════
Описание:
═════════════════════
Do you want current information about how to develop Android apps? This book covers the latest Android Studio version and the latest version of Android, plus all the information you need to get your apps working on older devices. And, with updates coming every couple of months via the Warescription, you will keep up to date.

Do you want comprehensive information about how to develop Android apps? This book contains over 200 chapters, covering everything from the first steps in getting an app going to advanced development techniques.

In addition to classic digital book formats (PDF, EPUB, MOBI/Kindle), this book is available as an Android app, in the form of an APK file. This app has an integrated digital book reader, showing you the same contents as you would find in the EPUB version of the book. However, it has a few features that are unique.

First, it has a very fast full-text-search index built in. You can quickly search for keywords, class names, and the like, with sub-second response time on most Android hardware. You can even use boolean search clauses (e.g., search on encryption OR decryption).

Second, it has Community Theater, where you can view appinars, or app-based training modules. These are presentations, complete with slides, videos, screencasts, source code, and more. Through Community Theater, you can view available appinars, download those of interest, and watch them when you want.

The APK edition of the book reader works on Android 4.0.3 and higher, though the Community Theater portion only works on Android 4.4 and higher.

Источник

The Busy Coder’s Guide to Android Development

Do you want comprehensive information about how to develop Android apps? This book contains over 200 chapters, covering everything from the first steps in getting an app going to advanced development techniques. Use the search field in the nav bar to see what is inside this book and the rest of the CommonsWare library!

This book is published in PDF, EPUB, and MOBI/Kindle formats, for use in your favorite digital book reader. Or, read directly in your Web browser on the Warescription site, complete with full-text searching.

The Table of Contents

Each bullet shown below represents a chapter. Use the search field in the nav bar to search all of the CommonsWare books to see what they hold!

  • Key Android Concepts
  • Choosing Your Development Toolchain
  • Tutorial #1 — Installing the Tools
  • Android and Projects
  • Tutorial #2 — Creating a Stub Project
  • Getting Around Android Studio
  • Contents of Android Projects
  • Introducing Gradle and the Manifest
  • Tutorial #3 — Manifest Changes
  • Some Words About Resources
  • Icons
  • Tutorial #4 — Adjusting Our Resources
  • The Theory of Widgets
  • The Android User Interface
  • Basic Widgets
  • Debugging Your App
  • The Classic Container Classes
  • Other Common Widgets and Containers
  • Tutorial #5 — Creating a Layout
  • GUI Building, Continued
  • AdapterViews and Adapters
  • The WebView Widget
  • Defining and Using Styles
  • Dependencies
  • Tutorial #6 — Adding a Library
  • Introducing ConstraintLayout
  • RecyclerView
  • The Action Bar
  • Vector Drawables
  • Tutorial #7 — Setting Up the Action Bar
  • Android’s Process Model
  • Activities and Their Lifecycles
  • Tutorial #8 — Setting Up An Activity
  • The Tactics of Fragments
  • Tutorial #9 — Starting Our Fragments
  • Swiping with ViewPager
  • Tutorial #10 — Rigging Up a ViewPager
  • Resource Sets and Configurations
  • Material Design Basics
  • Dealing with Threads
  • Requesting Permissions
  • Assets, Files, and Data Parsing
  • Tutorial #11 — Adding Simple Content
  • Tutorial #12 — Displaying the Book
  • Using Preferences
  • Tutorial #13 — Using Some Preferences
  • SQLite Databases
  • Tutorial #14 — Saving Notes
  • Internet Access
  • Intents, Intent Filters
  • Broadcasts and Broadcast Receivers
  • Tutorial #15 — Sharing Your Notes
  • Services and the Command Pattern
  • Tutorial #16 — Updating the Book
  • Tutorial #17 — Supporting Large Screens
  • Backwards Compatibility Strategies and Tactics
  • System Services
  • Google Play Services
  • Getting Help
  • Working with Library Modules
  • Gradle and Tasks
  • Gradle Build Variants
  • Manifest Merger Rules
  • Signing Your App
  • Distribution
  • Writing a Gradle Plugin
  • Code Generation
  • Advanced Gradle for Android Tips
  • Testing with JUnit4
  • Testing with Espresso
  • Testing with UI Automator
  • Measuring Test Coverage
  • Unit Testing
  • MonkeyRunner and the Test Monkey
  • Java 8 Lambda Expressions
  • Rx Basics
  • Notifications
  • Advanced Notifications
  • Multi-Window Support
  • Advanced ConstraintLayout
  • GridLayout
  • Dialogs and DialogFragments
  • Advanced ListViews
  • Action Modes
  • Other Advanced Action Bar Techniques
  • Toolbar
  • AppCompat: The Official Action Bar Backport
  • The Android Design Support Library
  • Advanced RecyclerView
  • Advanced Uses of WebView
  • The Input Method Framework
  • Fonts and Text
  • Rich Text
  • Animators
  • Legacy Animations
  • Custom Drawables
  • Mapping with Maps V2
  • Crafting Your Own Views
  • Advanced Preferences
  • Custom Dialogs and Preferences
  • Progress Indicators
  • More Fun with Pagers
  • Focus Management and Accessibility
  • Miscellaneous UI Tricks
  • Event Bus Alternatives
  • Tasks
  • The Assist API (“Now On Tap”)
  • The Autofill API
  • The Data Binding Framework
  • Drag and Drop
  • Keyboard and Mouse Input
  • Viewing PDFs
  • Home Screen App Widgets
  • Adapter-Based App Widgets
  • Publishing Slices
  • Hosting Slices
  • Advanced Permissions
  • Restricted Profiles and UserManager
  • Device Authentication
  • Keys and the Keystore
  • Miscellaneous Security Techniques
  • Content Provider Theory
  • Content Provider Implementation Patterns
  • The Loader Framework
  • The ContactsContract and CallLog Providers
  • The CalendarContract Provider
  • The MediaStore Provider
  • Consuming Documents
  • Providing Documents
  • Encrypted Storage
  • Packaging and Distributing Data
  • Advanced Database Techniques
  • Data Backup
  • SSL
  • NetCipher
  • Miscellaneous Network Topics
  • Audio Playback
  • Audio Recording
  • Video Playback
  • Using the Camera via 3rd-Party Apps
  • Working Directly with the Camera
  • Media Routes
  • Supporting External Displays
  • Google Cast and Chromecast
  • The “Ten-Foot UI”
  • Putting the TVs All Together: Decktastic
  • Creating a MediaRouteProvider
  • The Media Projection APIs
  • AlarmManager and the Scheduled Service Pattern
  • PowerManager and WakeLocks
  • JobScheduler
  • Accessing Location-Based Services
  • The Fused Location Provider
  • Working with the Clipboard
  • Telephony
  • Working With SMS
  • NFC
  • Device Administration
  • Basic Use of Sensors
  • Printing and Document Generation
  • Basic Bluetooth RFCOMM
  • Dealing with Different Hardware
  • Writing and Using Parcelables
  • Responding to URLs
  • App Shortcuts
  • PackageManager Tricks
  • Remote Services and the Binding Pattern
  • Advanced Manifest Tips
  • Miscellaneous Integration Tips
  • Android Studio Editors and Dialogs
  • Advanced Emulator Capabilities
  • Lint and the Support Annotations
  • Inspecting Layouts
  • Screenshots and Screencasts
  • ADB Tips and Tricks
  • Stetho
  • Issues with Speed
  • Finding CPU Bottlenecks
  • Focus On: NDK
  • Improving CPU Performance in Java
  • Finding and Eliminating Jank
  • Issues with Bandwidth
  • Focus On: TrafficStats
  • Measuring Bandwidth Consumption
  • Being Smarter About Bandwidth
  • Issues with Application Heap
  • Finding Memory Leaks
  • Issues with System RAM
  • Issues with Battery Life
  • Power Measurement Options
  • Sources of Power Drain
  • Addressing Application Size Issues
  • Crash Reporting Using ACRA
  • In-App Diagnostics
  • Anti-Patterns
  • Widget Catalog: AdapterViewFlipper
  • Widget Catalog: CalendarView
  • Widget Catalog: DatePicker
  • Widget Catalog: ExpandableListView
  • Widget Catalog: SeekBar
  • Widget Catalog: SlidingPaneLayout
  • Widget Catalog: StackView
  • Widget Catalog: TabHost and TabWidget
  • Widget Catalog: TimePicker
  • Widget Catalog: ViewFlipper
  • Device Catalog: Chrome and Chrome OS
  • Device Catalog: BlackBerry
  • Device Catalog: Android TV
  • Device Catalog: Amazon Fire TV and Fire TV Stick
  • Device Catalog: Samsung DeX
  • Appendix A: CWAC Libraries
  • Appendix B: Android 8.0
  • Appendix C: Android 9.0
  • Appendix D: Community Theater and the Appinars
Читайте также:  Андроид бокс тв amlogic

What’s New

  • Updated coverage for Android 9.0
  • Added a new chapter on hosting and rendering slices
  • Added a new section on using ListAdapter (the new one) with RecyclerView
  • Adds material on Chrome OS tablets, Chromeboxes, and the Samsung DeX Pad

Details

  • FINAL Version
  • 4,298 pages
  • Supports Android 9.0 and Android Studio 3.1
  • Source code
  • Errata
  • Four-to-Free Guarantee

Spread the Word!

Copyright © 2021 CommonsWare, LLC — All Rights Reserved

Источник

The Busy Coder’s Guide To Android Development

Item Preview

Share or Embed This Item

Flag this item for

The Busy Coder’s Guide To Android Development

At over 3,200 pages, this book covers everything from introductory steps all the way to very advanced topics. More importantly, this book is continuously updated to reflect changes in Android itself, with new material being added every couple of months.

This edition, licensed under Creative Commons, is version 5.0 (2013), and may be significantly out of date. Android keeps advancing, and these books will refer to classes, tools, and techniques that are no longer available or recommended. You are strongly encouraged to obtain other Android development knowledge — whether from CommonsWare or somebody else — that is more current to go along with anything you obtain from here.

With a «Warescription», available from Commonsware , you are assured of having current Android programming information at your fingertips.

The book is divided into core chapters plus the trails.

The core chapters — representing

800 pages — are set up as a typical programming guide, covering the basics of getting an Android app up and running. The book includes material on setting up your development tools, constructing a user interface, loading data from a local database or the Internet, handling the differences between phones and tablets, and much more.

Читайте также:  Обновление андроид через samsung

The core chapters also include an integrated set of 19 tutorials, offering you step-by-step guides for creating an Android application from scratch. Hence, whether you «learn by reading» or «learn by doing», you have the material in the core chapters to accomplish your goal.

The rest of the book comprises the trails. These are linked sets of chapters covering advanced topics, organized by theme. However, while the core chapters are designed to be read in sequence, the trails are designed to be read on an as-needed basis, when you want to dive into those specific topics.

Источник

The Busy Coder’s Guide To Android Development (Final Version)

Do you want current information about how to develop Android apps? This book covers the latest Android Studio version and the latest version of Android, plus all the information you need to get your apps working on older devices. And, with updates coming every couple of months via the Warescription, you will keep up to date.

Do you want comprehensive information about how to develop Android apps? This book contains over 200 chapters, covering everything from the first steps in getting an app going to advanced development techniques.

The book is divided into core chapters plus the trails.

The core chapters — representing

800 pages — are set up as a typical programming guide, covering the basics of getting an Android app up and running. The book includes material on setting up your development tools, constructing a user interface, loading data from a local database or the Internet, handling the differences between phones and tablets, and much more.

Читайте также:  Как запустить service android

The core chapters also include an integrated set of 17 tutorials, offering you step-by-step guides for creating an Android application from scratch. Hence, whether you «learn by reading» or «learn by doing», you have the material in the core chapters to accomplish your goal.

The rest of the book comprises the trails. These are linked sets of chapters covering advanced topics, organized by theme. However, while the core chapters are designed to be read in sequence, the trails are designed to be read on an as-needed basis, when you want to dive into those specific topics.

Источник

Оцените статью