"Elements of Android Jetpack" Version 0.8 Released
Subscribers now have access to Version 0.8 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 update adds three new chapters:
It also updates a bunch of the dependencies and tweaks the material to match, such
as replacing the deprecated ViewModelProviders.of()
with new ViewModelProvider()
or by viewModels()
. Similarly, the material on saved instance states in
the chapter on processes now uses the SavedStateHandle
approach
with ViewModel
.
And, as usual, it fixes lots of bugs.