Skip to content

An Android App that uses the official Battlerite API to display gameplay statistics associated with user accounts

Notifications You must be signed in to change notification settings

jwells-github/Battlerite-Player-Statistics

Repository files navigation

Battlerite-Player-Statistics

An android App that uses the API for the game battlerite to display user statistics

Overview

The first view shown to the user prompts them to enter their Battlerite player name. When the user presses search a request is sent to the API with the player's name. If the player does not exist then a toast message is shown notifying the user.

If the player does exist then they are taken to the UserOverview view.

App user search

In the UserOverview the user is shown some stats related to their account (Account name, Account Level, Total Wins & Total Losses)

The user is also able to view statistics for each individual Battlerite champion by pressing a button at the bottom of the view

App user overview

The statistics for each individual champion are held in a list and are shown to the user via a recyclerview.

The user is able to see the wins, losses, win rate, champion level and time played for each champion

App Champion overview

The user is also able to sort the list of champions by any of the following, Name, Wins, Losses and Time Played by accessing a drop down menu from the actionbar

app sort

About

An Android App that uses the official Battlerite API to display gameplay statistics associated with user accounts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages