Adding the graphics
Grab the project's graphics on the GitHub repo; they are in the Chapter 16/drawable
folder. Highlight the contents of this folder and copy them. Select the drawable
folder in the Android Studio Solution Explorer. Now right-click the drawable
folder and select Paste. You will be prompted to left-click OK twice to paste the files. These files are the snake's head and body segments as well as the apple. We will look closely at each of the graphics as we use them.