Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.77 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.77 KB

KingPin Bowling App -> See Wiki page for additional information.

KingPin is a bowling app made in Android Studio using Java and Google Firebase authentication. Google Firebase authentication is a backend service that keeps tracks of users information such as, email, login, password, past and present game scores. The app contains 7 different pages you can visit.

Login: User email, password, and show password box

Create Account: User email, password, confirm password, and confirm password box

Home: Stats button, add game button, and sign out button

Add Game: Enter name, frame number, roll 1, roll 2, save button, total button, and sign out button

Score Saved: Notification of game save with home button and sign out button

Stats: Pick what game user would like to see and sign out button

Pie Chart: Displays a colored pie chart with total score in middle, back button, next button (See a different view with all the frames), and sign out button

Pie Chart Next: Shows users game in a different view

Installing

Clone the repository and import into Android Studio:

git clone https://github.com/ArthurHandy/KingPin-Bowling-App.git
  • Create a Firebase project to connect to your Android app. To do this, go to Firebase Console.

  • Register your app with Firebase.

  • Add a Firebase configuration file.

  • Add Firebase SDKs to your app.

Built With

Android Studio - IDE

Java - Programming language used

Google Firebase Authentication - Back End Service