Android Studio Jellyfish Essentials - Java Edition
eBook - ePub

Android Studio Jellyfish Essentials - Java Edition

Developing Android Apps Using Android Studio 2023.3.1 and Java

Neil Smyth

  1. English
  2. ePUB (disponibile sull'app)
  3. Disponibile su iOS e Android
eBook - ePub

Android Studio Jellyfish Essentials - Java Edition

Developing Android Apps Using Android Studio 2023.3.1 and Java

Neil Smyth

Dettagli del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

This book, fully updated for Android Studio Jellyfish (2023.3.1) and the new UI, teaches 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, followed by an overview of 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 also cover the Android Architecture Components, including view models, lifecycle management, Room database access, content providers, 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, 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.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Android Studio Jellyfish Essentials - Java Edition è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Android Studio Jellyfish Essentials - Java Edition di Neil Smyth in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Programming Mobile Devices. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2024
ISBN
9781951442866

Indice dei contenuti

  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 App
  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. A Guide to Gradle Version Catalogs
  27. 27. An Overview and Example of Android Event Handling
  28. 28. Android Touch and Multi-touch Event Handling
  29. 29. Detecting Common Gestures Using the Android Gesture Detector Class
  30. 30. Implementing Custom Gesture and Pinch Recognition on Android
  31. 31. An Introduction to Android Fragments
  32. 32. Using Fragments in Android Studio - An Example
  33. 33. Modern Android App Architecture with Jetpack
  34. 34. An Android ViewModel Tutorial
  35. 35. An Android Jetpack LiveData Tutorial
  36. 36. An Overview of Android Jetpack Data Binding
  37. 37. An Android Jetpack Data Binding Tutorial
  38. 38. An Android ViewModel Saved State Tutorial
  39. 39. Working with Android Lifecycle-Aware Components
  40. 40. An Android Jetpack Lifecycle Awareness Tutorial
  41. 41. An Overview of the Navigation Architecture Component
  42. 42. An Android Jetpack Navigation Component Tutorial
  43. 43. An Introduction to MotionLayout
  44. 44. An Android MotionLayout Editor Tutorial
  45. 45. A MotionLayout KeyCycle Tutorial
  46. 46. Working with the Floating Action Button and Snackbar
  47. 47. Creating a Tabbed Interface using the TabLayout Component
  48. 48. Working with the RecyclerView and CardView Widgets
  49. 49. An Android RecyclerView and CardView Tutorial
  50. 50. A Layout Editor Sample Data Tutorial
  51. 51. Working with the AppBar and Collapsing Toolbar Layouts
  52. 52. An Android Studio Primary/Detail Flow Tutorial
  53. 53. An Overview of Android Services
  54. 54. An Overview of Android Intents
  55. 55. Android Explicit Intents – A Worked Example
  56. 56. Android Implicit Intents – A Worked Example
  57. 57. Android Broadcast Intents and Broadcast Receivers
  58. 58. Android Local Bound Services – A Worked Example
  59. 59. Android Remote Bound Services – A Worked Example
  60. 60. An Overview of Java Threads, Handlers and Executors
  61. 61. Making Runtime Permission Requests in Android
  62. 62. An Android Notifications Tutorial
  63. 63. An Android Direct Reply Notification Tutorial
  64. 64. Foldable Devices and Multi-Window Support
  65. 65. An Overview of Android SQLite Databases
  66. 66. An Android SQLite Database Tutorial
  67. 67. Understanding Android Content Providers
  68. 68. An Android Content Provider Tutorial
  69. 69. An Android Content Provider Client Tutorial
  70. 70. The Android Room Persistence Library
  71. 71. An Android TableLayout and TableRow Tutorial
  72. 72. An Android Room Database and Repository Tutorial
  73. 73. Accessing Cloud Storage using the Android Storage Access Framework
  74. 74. An Android Storage Access Framework Example
  75. 75. Video Playback on Android using the VideoView and MediaController Classes
  76. 76. Android Picture-in-Picture Mode
  77. 77. An Android Picture-in-Picture Tutorial
  78. 78. Android Audio Recording and Playback using MediaPlayer and MediaRecorder
  79. 79. Working with the Google Maps Android API in Android Studio
  80. 80. Printing with the Android Printing Framework
  81. 81. An Android HTML and Web Content Printing Example
  82. 82. A Guide to Android Custom Document Printing
  83. 83. An Introduction to Android App Links
  84. 84. An Android Studio App Links Tutorial
  85. 85. An Android Biometric Authentication Tutorial
  86. 86. Creating, Testing, and Uploading an Android App Bundle
  87. 87. An Overview of Android In-App Billing
  88. 88. An Android In-App Purchasing Tutorial
  89. 89. Creating and Managing Overflow Menus on Android
  90. 90. Working with Material Design 3 Theming
  91. 91. A Material Design 3 Theming and Dynamic Color Tutorial
  92. 92. An Overview of Gradle in Android Studio
  93. Index
Stili delle citazioni per Android Studio Jellyfish Essentials - Java Edition

APA 6 Citation

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

Chicago Citation

Smyth, Neil. (2024) 2024. Android Studio Jellyfish Essentials - Java Edition. [Edition unavailable]. Payload Media, Inc. https://www.perlego.com/book/4412492.

Harvard Citation

Smyth, N. (2024) Android Studio Jellyfish Essentials - Java Edition. [edition unavailable]. Payload Media, Inc. Available at: https://www.perlego.com/book/4412492 (Accessed: 24 June 2024).

MLA 7 Citation

Smyth, Neil. Android Studio Jellyfish Essentials - Java Edition. [edition unavailable]. Payload Media, Inc., 2024. Web. 24 June 2024.