Technical requirements
Building Compose-based Android projects with Retrofit usually requires just 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 installed in Android Studio.
- The Restaurants app code from the previous chapter.
- A Google account to create a Firebase project.
The starting point for this chapter is the Restaurants application that we developed in the previous chapter. If you haven't followed the coding steps from the previous chapter, access the starting point for this chapter by navigating to the Chapter_02
directory of this book's GitHub repository and importing the Android project entitled chapter_2_restaurants_app
.
To access the...