Android In-Class Exercise

1. Grab the Android Project MyAddition from CS360AndroidPublic\SampleCode\07.Code

2. Drop the executable on to the Emulator

3) Make the following changes to the existing application:

    a) Right-justify the numeric input for editNumber1, editNumber2, and editSum EditText fields

    b) Only allow the user the ability to enter the digits 0-9

    c) If the user enters the return key while in editNumber1 or editNumber2 EditText fields, move to the next EditText field

    d) Only allow the user the ability to enter up to 2 digits