Kotlin and Android Development Featuring Jetpack
Autor Michael Fazioen Limba Engleză Paperback – 20 iul 2021
With the first app, Penny Drop, you create a full game complete with random die rolls, customizable rules, and AI opponents. Build lightweight Fragment views with data binding, quickly and safely update data with ViewModel classes, and handle all app navigation in a single location. Use Kotlin with Android-specific Kotlin extensions to efficiently write null-safe code without all the normal boilerplate required for pre-Jetpack + Kotlin apps. Persist and retrieve data as full objects with the Room library, then display that data with ViewModels and list records in a RecyclerView.
Next, you create the official app for the Android Baseball League. It's a fake league but a real app, where you use what you learn in Penny Drop and build up from there. Navigate all over the app via a Navigation Drawer, including specific locations via Android App Links. Handle asynchronous and web service calls with Kotlin Coroutines, display that data smoothly with the Paging library, and send notifications to a user's phone from your app.
Come build Android apps the modern way with Kotlin and Jetpack!
What You Need:
You'll need the Android SDK, a text editor, and either a real Android device or emulator for testing. While not strictly required, it's assumed you're using Android Studio, which comes with the Android SDK and simplifies creating an emulator. Also, a few examples require JDK 1.8 or later, though all of these pieces can be completed in other ways when using JDK 1.6.
Preț: 291.30 lei
Preț vechi: 364.12 lei
-20% Nou
Puncte Express: 437
Preț estimativ în valută:
51.54€ • 60.04$ • 45.01£
51.54€ • 60.04$ • 45.01£
Carte tipărită la comandă
Livrare economică 19 ianuarie-02 februarie 26
Livrare express 12-18 decembrie pentru 44.73 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781680508154
ISBN-10: 1680508156
Pagini: 446
Dimensiuni: 185 x 228 x 27 mm
Greutate: 0.83 kg
Editura: Pragmatic Programmers
ISBN-10: 1680508156
Pagini: 446
Dimensiuni: 185 x 228 x 27 mm
Greutate: 0.83 kg
Editura: Pragmatic Programmers
Notă biografică
Michael Fazio is a software developer and tech speaker who fell in love with Android starting with the original Galaxy S phone. He's been the Android lead for multiple billion-dollar companies and has seen the Android development process evolve from far too many Activities and a nigh unusable emulator to the actually enjoyable dev experience of Kotlin + Jetpack.
Descriere
Start building native Android apps the modern way in Kotlin with Jetpack's expansive set of tools, libraries, and best practices. Learn how to create efficient, resilient views with Fragments and share data between the views with ViewModels.