search
0
cart
close
You have no products in your basket yet
left
Tech Categories
Best Sellers
New Releases
Books
Videos
Audiobooks
Articles
Newsletters
Free Learning
right
Android Studio 4.2 Development Essentials - Java Edition

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

By Neil Smyth
£29.99 £20.98
Book Aug 2021 782 pages 1st Edition
eBook
£29.99 £20.98
Print
£37.99
Subscription
£13.99 Monthly
eBook
£29.99 £20.98
Print
£37.99
Subscription
£13.99 Monthly

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Aug 10, 2021
Length 782 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781803238814
Vendor :
JetBrains
Category :
toc View table of contents toc Preview Book toc Download Code

Key benefits

  • 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

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

What do you get with eBook?

Feature icon Instant access to your Digital eBook purchase
Feature icon Download this book in EPUB and PDF formats
Feature icon Access this title in our online reader with advanced features
Feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Aug 10, 2021
Length 782 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781803238814
Vendor :
JetBrains
Category :

Table of Contents

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

Customer reviews

filter Filter
Top Reviews
Rating distribution
star-icon star-icon star-icon star-icon star-icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Packt Packt

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Packt Packt

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Packt Packt
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Packt Packt

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Packt Packt
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Packt Packt

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.