Elden Ring companion app

Android

September, 2022 - December, 2022

A companion app for the game Elden Ring that shows information about the build of a player.

This project consists of a companion app for the game Elden Ring where the user can log into the app to view the build of their current character. They can check their current stats as well as the equipment and spells they have.

Features

  • Login with SharedPreferences to remember your last login.
  • HTTP requests with Volley to the Elden Ring Fanapi to get the information.
  • use of Gson to generate in-app objects from the information received from the API
  • Use of fragment list to display the spells of the player.
  • Custom toolbar.
  • Use of Firebase Crashlytics to track crashes.