syniuhin/Readily

Proper TextParser implementation

syniuhin opened this issue · 1 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