Site icon Android Tutorial Online

An Android app that lets you read manga and webcomics

MangaReader

About

MangaReader is an Android app that lets you read manga and webcomics. You can access a catalog of thousands of titles, download them to read them offline and create your own library with unique content for you. This app is made with Kotlin, with the support of Jetpack Compose and some other libraries, to have a more minimalist and attractive interface for the user. In addition, in the backend, it is made with FastAPI and BeautifulSoup to be able to scrape the content of the pages from which the information is obtained.

Overview

The application is created with Jetpack Compose and in addition with a backend which is capable of scraping content from web pages with the help of BeautifulSoup and Selenium in case the content loading of the scraped page is dynamic. Finally, for the structuring of the API, FastAPI is used to have a server that can perform these scrapes in real-time.

Features

The main function of the application is to read webcomics, although it also has some other features that will make the user have a better experience within the application.

Functions:

Contributions

If you wish to contribute to the development of the application:

GitHub

View Github

Exit mobile version