To protect the integrity of your current project, make a copy and work on challenges in the new copy. In your computer’s file explorer, navigate to the root directory of your project. Copy the GeoQuiz folder and Paste a new copy next to the original (on macOS, use the Duplicate feature). Rename the new folder GeoQuiz Challenge. Back in Android Studio, select File → Import Project…. Inside the import window, navigate to GeoQuiz Challenge and select OK. The copied project will then appear in a new window ready for work. Instruction: In this challenge, you will customize the toast to show at the top instead of the bottom of the screen. To change how the toast is displayed, use the Toast class’s setGravity method. Use Gravity.TOP for the gravity value. Refer to the developer documentation at developer.android.com/reference/android/widget/Toast.html#setGravity(int, int, int) for more details. Note: For more information, refer the following link: https://www.geeksforgeeks.org/android-what-is-toast-and-how-to-use-it-with-examples/ . a zip file of a folder that contains a functional copy of your app includes all subfolders of java, res, etc.