The technical requirements for this chapter are as follows:
- Android Studio (3.5.2 version for Windows in this book).
- Java Development Kit (1.8.0 in this book).
- Sceneform plugin (installed from inside Android Studio. 1.13.0 in this book).
- An ARCore supporting mobile device (see the list here: https://developers.google.com/ar/discover/supported-devices). The project has been tested on a Samsung Galaxy A5 (2017) and a Pocophone F1.
To install the Android Studio, the system requirements for Windows are as follows:
- 4 GB RAM minimum, 8 GB RAM recommended
- 2 GB of available disk space minimum, 4 GB recommended
- 1280x800 minimum screen resolution
For more details on other operating systems, you can find the official requirements at the end of this page: https://developer.android.com/studio.
The code files for this chapter can be found here: https://github...