Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.07 KB

#Big Go Button

INFO 498 Android Development | Homework 4

Create an app that consists of nothing but a giant button filling the screen

##Details

  • The entire screen should consist of a single pushbutton, labeled "Push Me!"
  • The button should also have a green background, red text, the text should be 40dp in size, and be italicized
  • When I push the "Push Me!" button, the text should change to read "You have pushed me 1 times!"
  • Each time I push the "Push Me!" button, the counter in the text should increment by 1

##Goals

  • Experiment with setting properties in resources
  • Experiment with setting properties from code
  • Experiment with adding an event handler

As EVERY assignment. you need your repo and screenshots.

##Grading

  • All your code should be in a GitHub repo under your account
    • repo should be called 'biggobutton'
    • repo should contain all necessary build artifacts (remove gradle/ from .gitignore)
  • include a directory called "screenshots", including:
    • screenshot of app running on emulator
    • pic or screenshot or movie of app running on a device