diff --git a/.idea/misc.xml b/.idea/misc.xml index 0ad17cb..8978d23 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..b43cb29 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# HelloWorldLab +Creating a fork for the Sept. 18th Lab Assignment "Github README" + + +# What Does This App Do? +This is an Android app that allows you to enter in your preferred name, and upon clicking the button "Click Me!", +changes the initially displayed "Hello World" text to a more personalized greeting. + +# How Simple/Complex is This App? + +This is a beginner app, useful for learners new to the Kotlin/Android environment to get used to layouts, +constraints, views, and behaviors. + +# What Does The App Look Like in Action? + +Here is a screenshot of the app in the AndroidStudio emulator: +![App Screenshot](app/AppScreenshot.png) diff --git a/app/AppScreenshot.png b/app/AppScreenshot.png new file mode 100644 index 0000000..4bbdc34 Binary files /dev/null and b/app/AppScreenshot.png differ