syniuhin / Readily

Speed reading app for Android. Free and open-source.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper TextParser implementation

syniuhin opened this issue · comments

I call TextParser in main thread from ReaderFragment, and this is ugly. Since I need the whole TextParser object, I (probably) can't use IntentService. How to implement it properly?

general conception has been implemented