-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Rxjava for Api calls #93
Comments
Why should we do that? We have okkayhhtp directly logged via Android studio |
Okhttp can work but rxjava is better way of implementing api call as well help in making asyn task calls in background |
You could wrap it around okkayhhtp, using retrofit seems like a bad option |
The Core part of Chatter app is the Api calling and if you want to change the Okhttp from the retrofit and Rxjava then it will require a lot of changes in the source code. |
it will require a lot of changes but i guess it's worth it |
Use of Rx java and retrofit for API calls and checking networking connectivity in realtime using Rx java
The text was updated successfully, but these errors were encountered: