https://github.com/theogrammer/hello-world
My first repository on GitHub
https://github.com/theogrammer/hello-world
Last synced: 6 months ago
JSON representation
My first repository on GitHub
- Host: GitHub
- URL: https://github.com/theogrammer/hello-world
- Owner: theogrammer
- Created: 2020-01-30T05:55:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T17:28:58.000Z (over 6 years ago)
- Last Synced: 2025-07-21T12:52:39.805Z (about 1 year ago)
- Size: 368 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HelloTeddy
### App Description
A simple Android app that will perform the Required and Optional User Stories.
### App Walk-through

### 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] 2. User can tap a button to change the text string of the label - Android is Awesome!
- [x] 3. User can tap on the background view to reset all views to default settings.
- [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.