Find a file
2017-03-04 23:35:06 -06:00
.idea Moved game to fragment for easier tablet layout management. Fixed redundant string formatting on game over text. Added menu with reset game option 2017-03-04 23:15:09 -06:00
app Set max length on number input to prevent breaking the app 2017-03-04 23:17:07 -06:00
gradle/wrapper Initial commit with code 2017-01-28 22:26:29 -06:00
.gitignore Removed apks from git 2017-01-28 22:28:10 -06:00
build.gradle Initial commit with code 2017-01-28 22:26:29 -06:00
gradle.properties Initial commit with code 2017-01-28 22:26:29 -06:00
gradlew Initial commit with code 2017-01-28 22:26:29 -06:00
gradlew.bat Initial commit with code 2017-01-28 22:26:29 -06:00
README.md Update readme to reflect Android app instead of generic app idea 2017-03-04 23:35:06 -06:00
settings.gradle Initial commit with code 2017-01-28 22:26:29 -06:00

Number-Guessing Game

A simple game where the computer picks a number and the player must guess what it is.

This app is mostly meant for me to learn Android dev with while I follow along with Udacity's Developing Android Apps course. I'm still building Sunshine of course but a little extra practice never hurt :) I'd appreciate any tips/tricks on how I could improve this app as really I'm doing what I can with what I pick up from the course/Android documentation/StackOverflow, and I'm sure there are better ways of accomplishing this.