Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.31 KB

README.md

File metadata and controls

10 lines (7 loc) · 1.31 KB

As the name suggested, it is an application for users to read mangas(in English), I developed this for myself to learn English, and it actually worked. Because of this, I expanded my vocabulary a lot. This app has a translation feature.

ss ss ss

Technical detail(if you are not interested, just ignore this part)

This app included a download feature, I used a thread pool to solve this. First, I would get all the image links, and then I would use a thread pool to execute the actual download threads. At every step, I would save its status, this guaranteed that if the process was interrupted, the app could still download the manga from the last point.

ss ss ss ss ss