android-button-app

This is a simple app that uses a TextView and a Button and has them interact each other. The app keeps track of how many times the button is clicked. Click the three-dotted icon in the navbar and then tap "Settings", you will get a ToastMessage.

Screenshots

screenshot_2014-12-10-14-50-54 screenshot_2014-12-10-15-28-15

Purpose

  • demonstrate further familiarity with Java
  • demonstrate familiarity adding and manipulating interface elements
  • demonstrate familiarity using with Android Studio IDE (version 1.0 and up)
  • demonstrate familiarity with using VCS (git) in Android Studio

Instructions

Use this guide to figure out how to configure Android Studio to pull this project from Github. Android Studio is Based on the IntelliJ IDEA IDE, therefore the commands will be the same.