Save some text on your phone to send it via text later with a press of a button.
- A user is able to store a string of text locally to Android
- A user is able to open the app, enter a phone number, and press send to send the string in a text message
- A string entered on the setup screen is saved locally when the save button is pressed - Storage.URLStorageTest
- After saving the string locally, the app is directed to the main screen - Navigation.MainScreenTest
- The Option item in the optionsmenubar on the main screen directs the user to the setup screen - Navigation.MainScreenTest
- If a string is stored, the main screen is the one that is shown first - Navigation.ScreenInitializationTest
- If a string is not stored, the setup screen is the one that is shown first - Navigation.ScreenInitializationTest
- The input must be ten consecutive numbers - Validation.PhoneNumValidationTest