Albion Board

The aim of the project was to create an Android app developed in android studio using Kotlin language. The APP had to display data gathered from a JSON and probably it's the unique project that was made just by me.

Instead of using the data from a static JSON written by me, I decided to give it a twist and use the data from a third party API, in this case, the data from a game called Albion Online, unfortunately, the response time of the servers is too high.

As you can see in the video I tried to reuse some of the subviews of the APP in the different views, as the kill list view that I used for the recent kills, top kills, or the last deaths inside the player details. Doing the APP in that way made it easy to scale and add more content.