zetbaitsu / Compressor

An android image compression library.
7.08k stars 963 forks source link

No asynchronous method without Rxjava? #24

Open DanteAndroid opened 7 years ago

DanteAndroid commented 7 years ago

If I don't use RXJAVA, I have to write asynchronous method myself?

zetbaitsu commented 7 years ago

yes you need to write asynchronous method yourself.. or maybe you want to create PR for support it 😬