Android Studio Chipmunk Essentials - Kotlin Edition
eBook - ePub

Android Studio Chipmunk Essentials - Kotlin Edition

Developing Android Apps Using Android Studio 2021.2.1 and Kotlin

Neil Smyth

  1. English
  2. ePUB (adapté aux mobiles)
  3. Disponible sur iOS et Android
eBook - ePub

Android Studio Chipmunk Essentials - Kotlin Edition

Developing Android Apps Using Android Studio 2021.2.1 and Kotlin

Neil Smyth

DĂ©tails du livre
Table des matiĂšres
Citations

À propos de ce livre

Fully updated for Android Studio Chipmunk, the goal of this book is to teach the skills necessary to develop Android-based applications using the Kotlin programming language.

Beginning with the basics, this book provides an outline of the steps necessary to set up an Android development and testing environment followed by an introduction to programming in Kotlin including data types, control flow, functions, lambdas and object-oriented programming. Asynchronous programming using Kotlin coroutines and flow is also covered in detail.

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 edition of the book 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 Chipmunk 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, and submitting apps to the Google Play Developer Console.

Assuming you already have some 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.

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Android Studio Chipmunk Essentials - Kotlin Edition est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Android Studio Chipmunk Essentials - Kotlin Edition par Neil Smyth en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Ciencia de la computaciĂłn et ProgramaciĂłn de dispositivos mĂłviles. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Table des matiĂšres

  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 Introduction to Kotlin
  12. 12. Kotlin Data Types, Variables, and Nullability
  13. 13. Kotlin Operators and Expressions
  14. 14. Kotlin Control Flow
  15. 15. An Overview of Kotlin Functions and Lambdas
  16. 16. The Basics of Object Oriented Programming in Kotlin
  17. 17. An Introduction to Kotlin Inheritance and Subclassing
  18. 18. An Overview of Android View Binding
  19. 19. Understanding Android Application and Activity Lifecycles
  20. 20. Handling Android Activity State Changes
  21. 21. Android Activity State Changes by Example
  22. 22. Saving and Restoring the State of an Android Activity
  23. 23. Understanding Android Views, View Groups and Layouts
  24. 24. A Guide to the Android Studio Layout Editor Tool
  25. 25. A Guide to the Android ConstraintLayout
  26. 26. A Guide to Using ConstraintLayout in Android Studio
  27. 27. Working with ConstraintLayout Chains and Ratios in Android Studio
  28. 28. An Android Studio Layout Editor ConstraintLayout Tutorial
  29. 29. Manual XML Layout Design in Android Studio
  30. 30. Managing Constraints using Constraint Sets
  31. 31. An Android ConstraintSet Tutorial
  32. 32. A Guide to using Apply Changes in Android Studio
  33. 33. An Overview and Example of Android Event Handling
  34. 34. Android Touch and Multi-touch Event Handling
  35. 35. Detecting Common Gestures Using the Android Gesture Detector Class
  36. 36. Implementing Custom Gesture and Pinch Recognition on Android
  37. 37. An Introduction to Android Fragments
  38. 38. Using Fragments in Android Studio - An Example
  39. 39. Modern Android App Architecture with Jetpack
  40. 40. An Android Jetpack ViewModel Tutorial
  41. 41. An Android Jetpack LiveData Tutorial
  42. 42. An Overview of Android Jetpack Data Binding
  43. 43. An Android Jetpack Data Binding Tutorial
  44. 44. An Android ViewModel Saved State Tutorial
  45. 45. Working with Android Lifecycle-Aware Components
  46. 46. An Android Jetpack Lifecycle Awareness Tutorial
  47. 47. An Overview of the Navigation Architecture Component
  48. 48. An Android Jetpack Navigation Component Tutorial
  49. 49. An Introduction to MotionLayout
  50. 50. An Android MotionLayout Editor Tutorial
  51. 51. A MotionLayout KeyCycle Tutorial
  52. 52. Working with the Floating Action Button and Snackbar
  53. 53. Creating a Tabbed Interface using the TabLayout Component
  54. 54. Working with the RecyclerView and CardView Widgets
  55. 55. An Android RecyclerView and CardView Tutorial
  56. 56. A Layout Editor Sample Data Tutorial
  57. 57. Working with the AppBar and Collapsing Toolbar Layouts
  58. 58. An Android Studio Primary/Detail Flow Tutorial
  59. 59. An Overview of Android Intents
  60. 60. Android Explicit Intents – A Worked Example
  61. 61. Android Implicit Intents – A Worked Example
  62. 62. Android Broadcast Intents and Broadcast Receivers
  63. 63. An Introduction to Kotlin Coroutines
  64. 64. An Android Kotlin Coroutines Tutorial
  65. 65. An Overview of Android Services
  66. 66. Implementing an Android Started Service – A Worked Example
  67. 67. Android Local Bound Services – A Worked Example
  68. 68. Android Remote Bound Services – A Worked Example
  69. 69. An Introduction to Kotlin Flow
  70. 70. An Android SharedFlow Tutorial
  71. 71. An Android Notifications Tutorial
  72. 72. An Android Direct Reply Notification Tutorial
  73. 73. Foldable Devices and Multi-Window Support
  74. 74. An Overview of Android SQLite Databases
  75. 75. The Android Room Persistence Library
  76. 76. An Android TableLayout and TableRow Tutorial
  77. 77. An Android Room Database and Repository Tutorial
  78. 78. Video Playback on Android using the VideoView and MediaController Classes
  79. 79. Android Picture-in-Picture Mode
  80. 80. An Android Picture-in-Picture Tutorial
  81. 81. Making Runtime Permission Requests in Android
  82. 82. Android Audio Recording and Playback using MediaPlayer and MediaRecorder
  83. 83. Printing with the Android Printing Framework
  84. 84. An Android HTML and Web Content Printing Example
  85. 85. A Guide to Android Custom Document Printing
  86. 86. An Introduction to Android App Links
  87. 87. An Android Studio App Links Tutorial
  88. 88. An Android Biometric Authentication Tutorial
  89. 89. Creating, Testing and Uploading an Android App Bundle
  90. 90. An Overview of Android Dynamic Feature Modules
  91. 91. An Android Studio Dynamic Feature Tutorial
  92. 92. Working with Material Design 3 Theming
  93. 93. A Material Design 3 Theming and Dynamic Color Tutorial
  94. 94. Migrating from Material Design 2 to Material Design 3
  95. 95. An Overview of Gradle in Android Studio
  96. Index
Normes de citation pour Android Studio Chipmunk Essentials - Kotlin Edition

APA 6 Citation

Smyth, N. (2022). Android Studio Chipmunk Essentials - Kotlin Edition ([edition unavailable]). Payload Media, Inc. Retrieved from https://www.perlego.com/book/3514084 (Original work published 2022)

Chicago Citation

Smyth, Neil. (2022) 2022. Android Studio Chipmunk Essentials - Kotlin Edition. [Edition unavailable]. Payload Media, Inc. https://www.perlego.com/book/3514084.

Harvard Citation

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

MLA 7 Citation

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