"Elements of Android Jetpack" Version 1.1 Released
Subscribers now have access to Version 1.1 of Elements of Android Jetpack, in PDF, EPUB, and MOBI/Kindle formats. Just log into your Warescription page to download it, or set up an account and subscribe!
This is a maintenance update, with minor tweaks for Android Studio 4.0.1.
In addition:
-
The Room Kotlin sample was updated to have its DAO use
Flow
instead ofLiveData
-
Manual uses of
SavedStateViewModelFactory
were removed, as that is now handled directly by the viewmodel libraries -
Some samples were updated to use Java 8 time classes (notably
Instant
), with an explanation of how to enable the “desugaring” so those classes can be used on older devices -
FrameLayout
was replaced byFragmentContainerView
in a few samples -
Many dependencies were updated throughout the app
And, as always, there were a variety of bug fixes and minor improvements.