Adding a new Menu Option
but we want something like this:
The first thing to do is add in a new resource in strings.xml
and then the corresponding menu item in donate.xml
to ensure our app won’t crash when the menu loads (and looks for a method ‘reset’)
Run the app again and confirm you get the following Menu :
We can’t implement this menu option fully yet, so for the moment, we’ll just ‘reset’ the target amount back to zero (0) - Step 03.