Skip to content

Conversation

vashisthg
Copy link

Implement rxJava 2.x api

This PR intends to add rxJava2 api in tapglue.

For this had to create a new lib module tapglue-android-sdk-rxjava2 which just has dependency on rxjava2 only. The older tapglue-android-sdk has dependency on rxjava 1.x.

To reuse as much as I could extracted two modules 'entities' and 'core'. tapglue-android-sdk-rxjava2 and tapglue-android-sdk depends on 'entities' and 'core'.

Please have a look.

Things to do:

  • Publish rxjava2 lib as maven/gradle dependency.

@nilsen340
Copy link
Member

@vashisthg I would not have the library support two different versions of RxJava like this. Especially not given the duplication this solution adds. It also strips the rx-java2 part of acceptance tests.

@vashisthg
Copy link
Author

vashisthg commented Jun 9, 2017

@nilsen340 For the new version of tapglue sdk why to keep support for rxjava1?

@vashisthg
Copy link
Author

Let me know about the acceptance tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants