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.1 Development Essentials – Java Edition

Android Studio 4.1 Development Essentials – Java Edition: Developing Android 11 Apps Using Android Studio 4.1, Java, and Android Jetpack

By Neil Smyth
£35.99 £24.99
Book May 2021 810 pages 1st Edition
eBook
£35.99 £24.99
Print
£44.99
Subscription
£13.99 Monthly
eBook
£35.99 £24.99
Print
£44.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 : May 14, 2021
Length 810 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781801815161
Category :
toc View table of contents toc Preview Book

Key benefits

  • Design complex, responsive user interface layouts
  • Use the latest Material Design components to build modern user interface designs
  • Integrate with SQLite databases and the Android Room Persistence Library

Description

For developers, Android 11 has a ton of new capabilities. The goal of this book is to teach the skills necessary to develop Android-based applications using the Java programming language. This book begins with the steps necessary to set up an Android development and testing environment. An overview of Android Studio along with the architecture of Android is covered next, followed by an in-depth look at the design of Android applications and user interfaces using the Android Studio environment. You will also learn about the Android architecture components along with some advanced topics such as touch screen handling, gesture recognition, the recording and playback of audio, app links, dynamic delivery, the AndroidStudio profiler, Gradle build configuration, and submitting apps to the Google Play Developer Console. The concepts of material design, including the use of floating action buttons, Snackbars, tabbed interfaces, card views, navigation drawers, and collapsing toolbars are a highlight of this book. This edition of the book also covers printing, transitions, and cloud-based file storage; the foldable device support is the cherry on the cake. By the end of this course, you will be able to develop Android 11 Apps using Android Studio 4.1, Java, and Android Jetpack. The code files for the book can be found here: https://www.ebookfrenzy.com/retail/androidstudio41/index.php

What you will learn

Install and configure Android Studio on Windows, macOS, and Linux Detect screen touches and gestures Use Java threads to write asynchronous code Integrate your apps with Google cloud storage Divide large apps using dynamic feature modules Monitor app performances using the Android Studio Profiler tool

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 : May 14, 2021
Length 810 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781801815161
Category :

Table of Contents

88 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. Creating and Managing Overflow Menus on Android Packt Packt
43. An Introduction to MotionLayout Packt Packt
44. An Android MotionLayout Editor Tutorial Packt Packt
45. A MotionLayout KeyCycle Tutorial Packt Packt
46. Working with the Floating Action Button and Snackbar Packt Packt
47. Creating a Tabbed Interface using the TabLayout Component Packt Packt
48. Working with the RecyclerView and CardView Widgets Packt Packt
49. An Android RecyclerView and CardView Tutorial Packt Packt
50. A Layout Editor Sample Data Tutorial Packt Packt
51. Working with the AppBar and Collapsing Toolbar Layouts Packt Packt
52. An Android Studio Master/Detail Flow Tutorial Packt Packt
53. An Overview of Android Intents Packt Packt
54. Android Explicit Intents – A Worked Example Packt Packt
55. Android Implicit Intents – A Worked Example Packt Packt
56. Android Broadcast Intents and Broadcast Receivers Packt Packt
57. A Basic Overview of Threads and AsyncTasks Packt Packt
58. An Overview of Android Started and Bound Services Packt Packt
59. Implementing an Android Started Service – A Worked Example Packt Packt
60. Android Local Bound Services – A Worked Example Packt Packt
61. Android Remote Bound Services – A Worked Example Packt Packt
62. An Android Notifications Tutorial Packt Packt
63. An Android Direct Reply Notification Tutorial Packt Packt
64. Foldable Devices and Multi-Window Support Packt Packt
65. An Overview of Android SQLite Databases Packt Packt
66. The Android Room Persistence Library Packt Packt
67. An Android TableLayout and TableRow Tutorial Packt Packt
68. An Android Room Database and Repository Tutorial Packt Packt
69. Accessing Cloud Storage using the Android Storage Access Framework Packt Packt
70. An Android Storage Access Framework Example Packt Packt
71. Video Playback on Android using the VideoView and MediaController Classes Packt Packt
72. Android Picture-in-Picture Mode Packt Packt
73. An Android Picture-in-Picture Tutorial Packt Packt
74. Making Runtime Permission Requests in Android Packt Packt
75. Android Audio Recording and Playback using MediaPlayer and MediaRecorder Packt Packt
76. Working with the Google Maps Android API in Android Studio Packt Packt
77. Printing with the Android Printing Framework Packt Packt
78. An Android HTML and Web Content Printing Example Packt Packt
79. A Guide to Android Custom Document Printing Packt Packt
80. An Introduction to Android App Links Packt Packt
81. An Android Studio App Links Tutorial Packt Packt
82. A Guide to the Android Studio Profiler Packt Packt
83. An Android Biometric Authentication Tutorial Packt Packt
84. Creating, Testing and Uploading an Android App Bundle Packt Packt
85. An Overview of Android Dynamic Feature Modules Packt Packt
86. An Android Studio Dynamic Feature Tutorial Packt Packt
87. 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.