Skip to content

Tuwaiq-jed-kot1/HW-Week03_Day02_GeoQuiz

Repository files navigation

GeoQuiz Project

The assignment will add a further condition to the GeoQuiz Project that we applied together in the lab today. Thus, the starting point will be from the last thing that we did in GeoQuiz Project.

Note: If you miss some piece of code through following the lab, you can find the last version of GeoQuiz Project in this assignment.

Part One - Modify Toast Position


  • 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 function. Use Gravity.TOP for the gravity value. Refer to the developer documentation at Toast | Android Developer for more details.

Part Two - Add a Previous Button


  • Add a button that the user can press to go back one question. The UI should look something like this UI Part2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages