-
Book Overview & Buying
-
Table Of Contents
Android Programming for Beginners - Fourth Edition
By :
This is the final chapter in Part 1 of the book. In this chapter, we will have some fun while gaining a bit more practice and expanding our knowledge with Jetpack Compose.
We will also see examples of how to use the Design tab in Android Studio by using the @Preview annotation. We will build 2 interesting layouts to learn what you can and can't do in the Design tab. Furthermore, we will see how we unlock Compose cheat-mode and learn how we can begin to explore the Android APIs (especially Jetpack Compose) on our own.
Then we will see how Jetpack preserves state (remembers our variable's value) between calls to composables, and we will build a small app with a button that counts clicks.
In this chapter, we will: