agilie / dribbble-android-sdk

Dribbble Android SDK is an unofficial wrapper for Dribbble API v1. (Designer, Shot, Comment, User Story, Like, Follow)
MIT License
31 stars 5 forks source link

Why not support RxAndroid? #1

Open kyle18th opened 8 years ago

kyle18th commented 8 years ago

First,thank you for this sdk, i'm using it for practise android, i am a new android developer.

I had knew about rxandroid some days, why not to support both observable and callback, it's so good.

And can you update dependencies version in oAuth module, when i try to update 1.21.0, something is wrong, may new version change some api.

Thank you, my english is so bad.

akotsuba commented 8 years ago

Hi @tangshiba, thanks for your feedback! Yes, we thought about supporting Rx's Observables. I believe it will be implemented when we have free time ;) especially because Retrofit is released at last. You can simply replace all Call classes with Observables.

oAuth is added as a module, not a dependency, because we've changed source code a lit.