Android Studio Electric Eel Essentials - Java Edition
eBook - ePub
Nicht mehr verfügbar |Weitere Informationen

Android Studio Electric Eel Essentials - Java Edition

Developing Android Apps Using Android Studio 2022.1.1 and Java

Neil Smyth

  1. English
  2. ePUB (handyfreundlich)
  3. Über iOS und Android verfügbar
eBook - ePub
Nicht mehr verfügbar |Weitere Informationen

Android Studio Electric Eel Essentials - Java Edition

Developing Android Apps Using Android Studio 2022.1.1 and Java

Neil Smyth

Angaben zum Buch
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

Fully updated for Android Studio Electric Eel, this book aims to teach you how to develop Android-based applications using the Java programming language.

This book begins with the basics and outlines how to set up an Android development and testing environment. An overview of Android Studio is included covering areas such as tool windows, the code editor, and the Layout Editor tool. An introduction to the architecture of Android is followed by an in-depth look at the design of Android applications and user interfaces using the Android Studio environment.

Chapters are also included covering the Android Architecture Components, including view models, lifecycle management, Room database access, the Database Inspector, app navigation, live data, and data binding.

More advanced topics such as intents are also covered, as are touch screen handling, gesture recognition, and the recording and playback of audio. This book edition also covers printing, transitions, and foldable device support.

The concepts of material design are also covered in detail, including the use of floating action buttons, Snackbars, tabbed interfaces, card views, navigation drawers, and collapsing toolbars.

Other key features of Android Studio and Android are also covered in detail, including the Layout Editor, the ConstraintLayout and ConstraintSet classes, MotionLayout Editor, view binding, constraint chains, barriers, and direct reply notifications.

Chapters also cover advanced features of Android Studio, such as App Links, Dynamic Delivery, Gradle build configuration, in-app billing, and submitting apps to the Google Play Developer Console.

Assuming you already have some Java programming experience, are ready to download Android Studio and the Android SDK, have access to a Windows, Mac, or Linux system, and have ideas for some apps to develop, you are ready to get started.

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist Android Studio Electric Eel Essentials - Java Edition als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu Android Studio Electric Eel Essentials - Java Edition von Neil Smyth im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Informatik & Programmierung von Mobilgeräten. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Inhaltsverzeichnis

  1. 1. Introduction
  2. 2. Setting up an Android Studio Development Environment
  3. 3. Creating an Example Android App in Android Studio
  4. 4. Creating an Android Virtual Device (AVD) in Android Studio
  5. 5. Using and Configuring the Android Studio AVD Emulator
  6. 6. A Tour of the Android Studio User Interface
  7. 7. Testing Android Studio Apps on a Physical Android Device
  8. 8. The Basics of the Android Studio Code Editor
  9. 9. An Overview of the Android Architecture
  10. 10. The Anatomy of an Android Application
  11. 11. An Overview of Android View Binding
  12. 12. Understanding Android Application and Activity Lifecycles
  13. 13. Handling Android Activity State Changes
  14. 14. Android Activity State Changes by Example
  15. 15. Saving and Restoring the State of an Android Activity
  16. 16. Understanding Android Views, View Groups and Layouts
  17. 17. A Guide to the Android Studio Layout Editor Tool
  18. 18. A Guide to the Android ConstraintLayout
  19. 19. A Guide to Using ConstraintLayout in Android Studio
  20. 20. Working with ConstraintLayout Chains and Ratios in Android Studio
  21. 21. An Android Studio Layout Editor ConstraintLayout Tutorial
  22. 22. Manual XML Layout Design in Android Studio
  23. 23. Managing Constraints using Constraint Sets
  24. 24. An Android ConstraintSet Tutorial
  25. 25. A Guide to using Apply Changes in Android Studio
  26. 26. An Overview and Example of Android Event Handling
  27. 27. Android Touch and Multi-touch Event Handling
  28. 28. Detecting Common Gestures Using the Android Gesture Detector Class
  29. 29. Implementing Custom Gesture and Pinch Recognition on Android
  30. 30. An Introduction to Android Fragments
  31. 31. Using Fragments in Android Studio - An Example
  32. 32. Modern Android App Architecture with Jetpack
  33. 33. An Android Jetpack ViewModel Tutorial
  34. 34. An Android Jetpack LiveData Tutorial
  35. 35. An Overview of Android Jetpack Data Binding
  36. 36. An Android Jetpack Data Binding Tutorial
  37. 37. An Android ViewModel Saved State Tutorial
  38. 38. Working with Android Lifecycle-Aware Components
  39. 39. An Android Jetpack Lifecycle Awareness Tutorial
  40. 40. An Overview of the Navigation Architecture Component
  41. 41. An Android Jetpack Navigation Component Tutorial
  42. 42. An Introduction to MotionLayout
  43. 43. An Android MotionLayout Editor Tutorial
  44. 44. A MotionLayout KeyCycle Tutorial
  45. 45. Working with the Floating Action Button and Snackbar
  46. 46. Creating a Tabbed Interface using the TabLayout Component
  47. 47. Working with the RecyclerView and CardView Widgets
  48. 48. An Android RecyclerView and CardView Tutorial
  49. 49. A Layout Editor Sample Data Tutorial
  50. 50. Working with the AppBar and Collapsing Toolbar Layouts
  51. 51. An Android Studio Primary/Detail Flow Tutorial
  52. 52. An Overview of Android Services
  53. 53. An Overview of Android Intents
  54. 54. Android Explicit Intents – A Worked Example
  55. 55. Android Implicit Intents – A Worked Example
  56. 56. Android Broadcast Intents and Broadcast Receivers
  57. 57. Android Local Bound Services – A Worked Example
  58. 58. Android Remote Bound Services – A Worked Example
  59. 59. A Basic Overview of Java Threads, Handlers and Executors
  60. 60. Making Runtime Permission Requests in Android
  61. 61. An Android Notifications Tutorial
  62. 62. An Android Direct Reply Notification Tutorial
  63. 63. Foldable Devices and Multi-Window Support
  64. 64. An Overview of Android SQLite Databases
  65. 65. The Android Room Persistence Library
  66. 66. An Android TableLayout and TableRow Tutorial
  67. 67. An Android Room Database and Repository Tutorial
  68. 68. Accessing Cloud Storage using the Android Storage Access Framework
  69. 69. An Android Storage Access Framework Example
  70. 70. Video Playback on Android using the VideoView and MediaController Classes
  71. 71. Android Picture-in-Picture Mode
  72. 72. An Android Picture-in-Picture Tutorial
  73. 73. Android Audio Recording and Playback using MediaPlayer and MediaRecorder
  74. 74. Working with the Google Maps Android API in Android Studio
  75. 75. Printing with the Android Printing Framework
  76. 76. An Android HTML and Web Content Printing Example
  77. 77. A Guide to Android Custom Document Printing
  78. 78. An Introduction to Android App Links
  79. 79. An Android Studio App Links Tutorial
  80. 80. An Android Biometric Authentication Tutorial
  81. 81. Creating, Testing and Uploading an Android App Bundle
  82. 82. An Overview of Android In-App Billing
  83. 83. An Android In-App Purchasing Tutorial
  84. 84. An Overview of Android Dynamic Feature Modules
  85. 85. An Android Studio Dynamic Feature Tutorial
  86. 86. Working with Material Design 3 Theming
  87. 87. Migrating from Material Design 2 to Material Design 3
  88. 88. An Overview of Gradle in Android Studio
  89. Index
Zitierstile für Android Studio Electric Eel Essentials - Java Edition

APA 6 Citation

Smyth, N. (2023). Android Studio Electric Eel Essentials - Java Edition ([edition unavailable]). Payload Media, Inc. Retrieved from https://www.perlego.com/book/3832588 (Original work published 2023)

Chicago Citation

Smyth, Neil. (2023) 2023. Android Studio Electric Eel Essentials - Java Edition. [Edition unavailable]. Payload Media, Inc. https://www.perlego.com/book/3832588.

Harvard Citation

Smyth, N. (2023) Android Studio Electric Eel Essentials - Java Edition. [edition unavailable]. Payload Media, Inc. Available at: https://www.perlego.com/book/3832588 (Accessed: 25 June 2024).

MLA 7 Citation

Smyth, Neil. Android Studio Electric Eel Essentials - Java Edition. [edition unavailable]. Payload Media, Inc., 2023. Web. 25 June 2024.