Technical requirements
Building Compose-based Android projects for this chapter usually requires your day-to-day tools. However, to follow along smoothly, make sure you have the following:
- The Arctic Fox 2020.3.1 version of Android Studio. You can also use a newer Android Studio version or even Canary builds but note that IDE interface and other generated code files might differ from the ones used throughout this book.
- Kotlin 1.6.10 or newer plugin installed in Android Studio
- The existing Repositories App from the GitHub repository of the book
The starting point for this chapter is represented by the Repositories App that you can find by navigating to the Chapter_11
directory of the GitHub repository of the book, and then by importing the repositories_app_starting_point_ch11
directory from within Android Studio. Don't worry, as we will do this together later in this chapter.
To access the solution code for this chapter, navigate to the Chapter_11
directory...