Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.28 KB

CodePathIntroProj

The intro app with bonus checks to do for the codepath course requirement

TODO:// Add app description

App Walk-though

<img src="https://i.imgur.com/HLXy4jW.gifv"width =200>

link to GIF. https://giphy.com/gifs/cYHo6sU779yRd9n0bA

TODO:// In the User stories section below, add an x between the -[ ] like this - [x] for any user story you complete. (☝️ Remove this paragraph after after checking off user stories)

Required User Stories

  • 1. User sees custom text in a label - Hello from {name}!
  • 2. User see's custom background color.
  • 3. User can tap a button to change the text color of the label.

Optional User Stories

  • 1. User can tap a button to change the color of the background view.
  • 2. User can tap a button to change the text string of the label - Android is Awesome!
  • 3. User can tap on the background view to reset all views to default settings.
  • 4. User can update the label text with custom text entered into the text field.
    • a. User can enter text into a text field using the keyboard.
    • b. User can tap the "Change text string" button to update the label with the text from the text field.
    • c. If the text field is empty, update label with default text string.