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 - Java Edition: Developing Android applications using Android Studio 4.2, Java, and Android Jetpack
Android Studio 4.2 Development Essentials - Java Edition: Developing Android applications using Android Studio 4.2, Java, and Android Jetpack

Android Studio 4.2 Development Essentials - Java Edition: Developing Android applications using Android Studio 4.2, Java, 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

Developing Android applications using Android Studio 4.2, Java, and Android Jetpack

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 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 Java as the programming language.

This book begins by outlining the steps necessary to set up an Android development and testing environment and introducing programming in Java, describing 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 the concepts of material design 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 Java 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 Overview of Android View Binding
  12. Understanding Android Application and Activity Lifecycles
  13. Handling Android Activity State Changes
  14. Android Activity State Changes by Example
  15. Saving and Restoring the State of an Android Activity
  16. Understanding Android Views, View Groups and Layouts
  17. A Guide to the Android Studio Layout Editor Tool
  18. A Guide to the Android ConstraintLayout
  19. A Guide to Using ConstraintLayout in Android Studio
  20. Working with ConstraintLayout Chains and Ratios in Android Studio.
  21. An Android Studio Layout Editor ConstraintLayout Tutorial
  22. Manual XML Layout Design in Android Studio
  23. Managing Constraints using Constraint Sets
  24. An Android ConstraintSet Tutorial
  25. A Guide to using Apply Changes in Android Studio
  26. An Overview and Example of Android Event Handling
  27. Android Touch and Multi-touch Event Handling
  28. Detecting Common Gestures Using the Android Gesture Detector Class
  29. Implementing Custom Gesture and Pinch Recognition on Android
  30. An Introduction to Android Fragments
  31. Using Fragments in Android Studio - An Example
  32. Modern Android App Architecture with Jetpack
  33. An Android Jetpack ViewModel Tutorial
  34. An Android Jetpack LiveData Tutorial
  35. An Overview of Android Jetpack Data Binding
  36. An Android Jetpack Data Binding Tutorial
  37. An Android ViewModel Saved State Tutorial
  38. Working with Android Lifecycle-Aware Components
  39. An Android Jetpack Lifecycle Awareness Tutorial
  40. An Overview of the Navigation Architecture Component
  41. An Android Jetpack Navigation Component Tutorial
  42. An Introduction to MotionLayout
  43. An Android MotionLayout Editor Tutorial
  44. A MotionLayout KeyCycle Tutorial
  45. Working with the Floating Action Button and Snackbar
  46. Creating a Tabbed Interface using the TabLayout Component
  47. Working with the RecyclerView and CardView Widgets
  48. An Android RecyclerView and CardView Tutorial
  49. A Layout Editor Sample Data Tutorial
  50. Working with the AppBar and Collapsing Toolbar Layouts
  51. An Android Studio Primary/Detail Flow Tutorial
  52. An Overview of Android Intents
  53. Android Explicit Intents – A Worked Example
  54. Android Implicit Intents – A Worked Example
  55. Android Broadcast Intents and Broadcast Receivers
  56. A Basic Overview of Java Threads, Handlers and Executors
  57. An Overview of Android Services
  58. Implementing an Android Started Service – A Worked Example
  59. Android Local Bound Services – A Worked Example
  60. Android Remote Bound Services – A Worked Example
  61. An Android Notifications Tutorial
  62. An Android Direct Reply Notification Tutorial
  63. Foldable Devices and Multi-Window Support
  64. An Overview of Android SQLite Databases
  65. The Android Room Persistence Library
  66. An Android TableLayout and TableRow Tutorial
  67. An Android Room Database and Repository Tutorial
  68. Accessing Cloud Storage using the Android Storage Access Framework
  69. An Android Storage Access Framework Example
  70. Video Playback on Android using the VideoView and MediaController Classes
  71. Android Picture-in-Picture Mode
  72. An Android Picture-in-Picture Tutorial
  73. Making Runtime Permission Requests in Android
  74. Android Audio Recording and Playback using MediaPlayer and MediaRecorder
  75. Working with the Google Maps Android API in Android Studio
  76. Printing with the Android Printing Framework
  77. An Android HTML and Web Content Printing Example
  78. A Guide to Android Custom Document Printing
  79. An Introduction to Android App Links
  80. An Android Studio App Links Tutorial
  81. A Guide to the Android Studio Profiler
  82. An Android Biometric Authentication Tutorial
  83. Creating, Testing and Uploading an Android App Bundle
  84. An Overview of Android Dynamic Feature Modules
  85. An Android Studio Dynamic Feature Tutorial
  86. An Overview of Gradle in Android Studio


Best Sellers



Product Details
  • ISBN-13: 9781803238814
  • Publisher: Packt Publishing Limited
  • Publisher Imprint: Packt Publishing Limited
  • Height: 93 mm
  • No of Pages: 782
  • Width: 75 mm
  • ISBN-10: 180323881X
  • Publisher Date: 16 Jul 2021
  • Binding: Paperback
  • Language: English
  • Sub Title: Developing Android applications using Android Studio 4.2, Java, and Android Jetpack


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 - Java Edition: Developing Android applications using Android Studio 4.2, Java, and Android Jetpack
Packt Publishing Limited -
Android Studio 4.2 Development Essentials - Java Edition: Developing Android applications using Android Studio 4.2, Java, 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 - Java Edition: Developing Android applications using Android Studio 4.2, Java, 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