close menu
Bookswagon-24x7 online bookstore
close menu
My Account
Home > Computing and Information Technology > Computer programming / software engineering > Apps programming > Android Studio 4.2 Development Essentials - Kotlin Edition: Developing Android applications using Android Studio 4.2, Kotlin, and Android Jetpack
Android Studio 4.2 Development Essentials - Kotlin Edition: Developing Android applications using Android Studio 4.2, Kotlin, and Android Jetpack

Android Studio 4.2 Development Essentials - Kotlin Edition: Developing Android applications using Android Studio 4.2, Kotlin, and Android Jetpack

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

A hands-on guide to developing Android applications using Android Studio 4.2 and Kotlin

Key Features
  • Design complex and responsive user interface layouts with the Android Studio 4.2 IDE
  • Build view model-based apps using the Jetpack architecture and use the latest material design components to build modern user interface designs
  • Integrate with SQLite databases and the Android Room Persistence Library
Book Description

Android Studio is an Integrated Development Environment that is based on the JetBrains IntelliJ IDEA. It provides developers with a unique platform to design and develop Android apps using various developer tools. The new Android Studio 4.2 has an upgraded IntelliJ platform and a variety of new features designed to improve the productivity of Android app developers. Fully updated for Android Studio 4.2, the objective of this book is to help you master the skills necessary to develop Android applications using Kotlin as the programming language.

This book begins by outlining the steps necessary to set up an Android development and testing environment and introduces programming in Kotlin, addressing data types, flow control, functions, lambdas, and object-oriented programming. It includes an overview of Android Studio, covering areas such as tool windows, the code editor, and the Layout Editor tool. An introduction to Android architecture is followed by an in-depth explanation of the design of Android applications and user interfaces using the Android Studio environment.

Early chapters detail Android Architecture components like view models, lifecycle management, Room database access, the Database Inspector, app navigation, live data, and data binding. Advanced topics such as intents are also covered, as are touch screen handling, gesture recognition, and the recording and playback of audio. You will also explore printing, transitions, cloud-based file storage, and foldable device support.

Detailed descriptions of material design concepts are provided, including the use of floating action buttons, Snackbars, tabbed interfaces, card views, navigation drawers, and collapsing toolbars. Some key features of Android Studio 4.2 and Android discussed in-depth include the Layout Editor, the ConstraintLayout and ConstraintSet classes, MotionLayout Editor, view binding, constraint chains, barriers, and direct reply notifications. Later chapters cover advanced features of Android Studio such as App links, Dynamic Delivery, the Android Studio Profiler, Gradle build configuration, and submitting apps to the Google Play Developer Console.

What you will learn
  • Install and configure Android Studio on Windows, macOS, and Linux
  • Learn to code using the Kotlin programming language
  • Understand Android architecture and app lifecycle
  • Animate your user interfaces using Android MotionLayout
  • Monitor app performances using the Android Studio Profiler tool
  • Add printing support from within your own apps
Who this book is for

This book is for anyone who wants to learn Android application development. Existing Android developers who want to upgrade their skills and get into the Kotlin ecosystem.

To get the most from this book, you should have some previous programming experience. You will be required to download Android Studio and the Android SDK for this course. Make sure you have access to a Windows, Mac, or Linux system and some creative app ideas to develop.



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


Best Sellers



Product Details
  • ISBN-13: 9781803245614
  • Publisher: Packt Publishing Limited
  • Publisher Imprint: Packt Publishing Limited
  • Language: English
  • Sub Title: Developing Android applications using Android Studio 4.2, Kotlin, and Android Jetpack
  • ISBN-10: 1803245611
  • Publisher Date: 10 Aug 2021
  • Binding: Digital (delivered electronically)
  • No of Pages: 804


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Android Studio 4.2 Development Essentials - Kotlin Edition: Developing Android applications using Android Studio 4.2, Kotlin, and Android Jetpack
Packt Publishing Limited -
Android Studio 4.2 Development Essentials - Kotlin Edition: Developing Android applications using Android Studio 4.2, Kotlin, and Android Jetpack
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Android Studio 4.2 Development Essentials - Kotlin Edition: Developing Android applications using Android Studio 4.2, Kotlin, and Android Jetpack

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals



    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA