Jetpack Compose 1.6 Essentials
eBook - ePub

Jetpack Compose 1.6 Essentials

Developing Android Apps with Jetpack Compose 1.6, Android Studio, and Kotlin

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Jetpack Compose 1.6 Essentials

Developing Android Apps with Jetpack Compose 1.6, Android Studio, and Kotlin

Book details
Table of contents
Citations

About This Book

This book teaches you how to build Android applications using Jetpack Compose 1.6, Android Studio Iguana (2023.2.1), Material Design 3, and the Kotlin programming language.

The book begins with the basics by explaining how to set up an Android Studio development environment.

The book also includes in-depth chapters introducing the Kotlin programming language, including data types, operators, control flow, functions, lambdas, coroutines, and object-oriented programming.

An introduction to the key concepts of Jetpack Compose and Android project architecture is followed by a guided tour of Android Studio in Compose development mode. The book also covers the creation of custom Composables and explains how functions are combined to create user interface layouts, including row, column, box, flow, pager, and list components.

Other topics covered include data handling using state properties and key user interface design concepts such as modifiers, navigation bars, and user interface navigation. Additional chapters explore building your own reusable custom layout components, securing your apps with Biometric authentication, and integrating Google Maps.

The book covers graphics drawing, user interface animation, transitions, Kotlin Flows, and gesture handling.

Chapters also cover view models, SQLite databases, Room database access, the Database Inspector, live data, and custom theme creation. You will also learn to generate extra revenue from your app using in-app billing.

Finally, the book explains how to package up a completed app and upload it to the Google Play Store for publication.

Along the way, the topics covered in the book are put into practice through detailed tutorials, the source code for which is also available for download.

Assuming you already have some rudimentary programming experience, are ready to download Android Studio and the Android SDK, and have access to a Windows, Mac, or Linux system, you are ready to start.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Jetpack Compose 1.6 Essentials by Neil Smyth in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Mobile Devices. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. 1. Start Here
  2. 2. Setting up an Android Studio Development Environment
  3. 3. A Compose Project Overview
  4. 4. An Example Compose Project
  5. 5. Creating an Android Virtual Device (AVD) in Android Studio
  6. 6. Using and Configuring the Android Studio AVD Emulator
  7. 7. A Tour of the Android Studio User Interface
  8. 8. Testing Android Studio Apps on a Physical Android Device
  9. 9. The Basics of the Android Studio Code Editor
  10. 10. An Overview of the Android Architecture
  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 Compose
  19. 19. A Guide to Gradle Version Catalogs
  20. 20. Composable Functions Overview
  21. 21. An Overview of Compose State and Recomposition
  22. 22. An Introduction to Composition Local
  23. 23. An Overview of Compose Slot APIs
  24. 24. A Compose Slot API Tutorial
  25. 25. Using Modifiers in Compose
  26. 26. Annotated Strings and Brush Styles
  27. 27. Composing Layouts with Row and Column
  28. 28. Box Layouts in Compose
  29. 29. An Introduction to FlowRow and FlowColumn
  30. 30. A FlowRow and FlowColumn Tutorial
  31. 31. Custom Layout Modifiers
  32. 32. Building Custom Layouts
  33. 33. A Guide to ConstraintLayout in Compose
  34. 34. Working with ConstraintLayout in Compose
  35. 35. Working with IntrinsicSize in Compose
  36. 36. Coroutines and LaunchedEffects in Jetpack Compose
  37. 37. An Overview of Lists and Grids in Compose
  38. 38. A Compose Row and Column List Tutorial
  39. 39. A Compose Lazy List Tutorial
  40. 40. Lazy List Sticky Headers and Scroll Detection
  41. 41. A Compose Lazy Staggered Grid Tutorial
  42. 42. VerticalPager and HorizontalPager in Compose
  43. 43. Compose Visibility Animation
  44. 44. Compose State-Driven Animation
  45. 45. Canvas Graphics Drawing in Compose
  46. 46. Working with ViewModels in Compose
  47. 47. A Compose ViewModel Tutorial
  48. 48. An Overview of Android SQLite Databases
  49. 49. Room Databases and Compose
  50. 50. A Compose Room Database and Repository Tutorial
  51. 51. An Overview of Navigation in Compose
  52. 52. A Compose Navigation Tutorial
  53. 53. A Compose Navigation Bar Tutorial
  54. 54. Detecting Gestures in Compose
  55. 55. Working with Anchored Draggable Components
  56. 56. An Introduction to Kotlin Flow
  57. 57. A Jetpack Compose SharedFlow Tutorial
  58. 58. An Android Biometric Authentication Tutorial
  59. 59. Working with the Google Maps Android API in Android Studio
  60. 60. Creating, Testing, and Uploading an Android App Bundle
  61. 61. An Overview of Android In-App Billing
  62. 62. An Android In-App Purchasing Tutorial
  63. 63. Working with Compose Theming
  64. 64. A Material Design 3 Theming Tutorial
  65. 65. An Overview of Gradle in Android Studio
  66. Index