Menu Menu In Donation, introduce the following menu event handler: @Override public boolean onOptionsItemSelected ( MenuItem item ) { switch ( item ....
Package Name Package Name This is the current version of the donation-android app: Donation.1.5.zip This version is a little misconfigured - we have a leftover package name...
Timeout of Step Timeout of Step Note: You need to upgrade to version 1.5 or above to use the timeout. This section introduces how to add timeout to workflow steps in KubeVel...
Timeout of Step Version: v1.8 Timeout of Step note You need to upgrade to version 1.5+ to use the timeout feature. This section introduces how to add timeout to workflow step...
Timeout of Step Timeout of Step note You need to upgrade to version 1.5+ to use the timeout feature. This section introduces how to add timeout to workflow steps in KubeVela. ...
Donation Model Donation Model We now need to refactor the Base class (next Step) and move the donation related attributes and method (i.e. the variables target, totalDonated an...
Application Object Application Object Before we complete this step, here’s the code you need for the previous step. @Override public void reset ( MenuItem item ) ...
Refactored Donate Refactored Donate The Donate activity can now be completely refactored to make use of the Base class. public class Donate extends Base { priva...
Step 01 - Create Project Pallette: Outline Properties Step 01 - Create Project Create a new Android application, with the following properties: Note the ‘Minimum Required...