https://github.com/sanderhelleso/androidpreworkcodepath
https://github.com/sanderhelleso/androidpreworkcodepath
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanderhelleso/androidpreworkcodepath
- Owner: sanderhelleso
- Created: 2018-09-15T06:40:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T22:32:41.000Z (almost 8 years ago)
- Last Synced: 2025-02-02T13:16:05.007Z (over 1 year ago)
- Language: Java
- Size: 1.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# androidPreworkCodePath
### App Description
Android app that allows a user to write, modify text and change background/text color of application
### App Walk-though
### Required User Stories
- [X] 1. User sees custom text in a label - Hello from {name}!
- [X] 2. User see's custom background color.
- [X] 3. User can tap a button to change the text color of the label.
### Optional User Stories
- [X] 1. User can tap a button to change the color of the background view.
- [X] a. User can tap a button to change the color of the background view to a random generated RGB color.
- [X] 2. User can tap a button to change the text string of the label - Hello to codePath!
- [X] 3. User can tap on the background view to reset all views to default settings.
- [X] a. User can tap a button to change the color of the text string to a random generated RGB color.
- [X] 4. User can update the label text with custom text entered into the text field.
- [X] a. User can enter text into a text field using the keyboard.
- [X] b. User can tap the "Change text string" button to update the label with the text from the text field.
- [X] c. If the text field is empty, update label with default text string.
- [X] d. If the text field is longer than 20 characters, display error message for user.
- [X] e. If the text field is less than 20 characters, change string text to editor value onchange.