EduFdezSoy / Manga2Kindle

The easiest way to load mangas into your kindle
https://manga2kindle.com
10 stars 1 forks source link

Research if we can do all database work fully async #34

Closed EduFdezSoy closed 3 years ago

EduFdezSoy commented 5 years ago

Actually the views wait until the database work is completed (non blocking the UI Thread, ofc) research if we can start to do this works and go back to whatever without taking care of it.

EduFdezSoy commented 3 years ago

this will be solved in the new app version by using another approach, we'll be using Flow and ViewModels