/Hello-World-App

Introduction to Android Development

Primary LanguageJava

App Name

Hello World App for Android

App Description

Building a Hello World App to become acquainted with Android Development

hello-world-gif

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.