Manga Check

GitHub repository

Members
Alessio Blascovich
Jan Tomassi

What is this?

Part of the last deliverable for the Mobile Programming course at UniTN. The project consisted in three deliverables, the first two were a presentation and a wireframe of our application; while the last one was the realisation of the application itself.

Goal

Develop an application compliant as much as possible with all the specifications and the design showed in the previous deliverables. During the development of the application we had to improve the general UX experience of the application and its accessibility.

What did we do?

We developed an application capable of rendering in real time mangas stored in cbz files and keep them sorted in a virtual library. Moreover, the application permits to keep a complete list of mangas read by the user cataloguing them into three different categories:

  1. Reading
  2. Planning
  3. Completed

and display a short description of the manga selected. Mangacheck has been developed using a modern technological stack, we wrote the application in Kotlin using as base Android base API the level 28. The pieces of information to create the comic bio are fetched by the Anilist API based on GraphQL.