From 3b2df06c2eef3c91408ef641565910f71ac24b1f Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Thu, 8 Oct 2020 23:55:40 -0400 Subject: [PATCH] Update readme --- README.md => readme.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) rename README.md => readme.md (79%) diff --git a/README.md b/readme.md similarity index 79% rename from README.md rename to readme.md index dfb1a05..6951e17 100644 --- a/README.md +++ b/readme.md @@ -1,11 +1,11 @@ -# Assignment 1 - Your First Application and Introduction to Git +# Android - Your First Application -## Author - -Brandon Rodriguez ## Description +Introduction to Android development (with Java) via a single counter view, with a notification popup when it reaches 20. + +## Project Requirements Create a person counter. The UI should have a + button, and a - button as well as a textview to store the value of the current number. When the app launches, the counter will be at zero. When the + button is pressed, it will increase the counter. When the - button is pressed, it will decrease the number. @@ -21,12 +21,5 @@ Solution Requirements:  ### Notes - This application should be very similar to the first application in the book. The focus with this application should be getting familiar with Android Studio and Git. - -## Outside Resources Used - -## Known Problems, Issues, And/Or Errors in the Program - - -- GitLab