NMP
NMP

Reputation: 480

Is there any sense using Retrofit with RoboSpice?

I do not understand why should I use RoboSpice with RetroFit, are there any benefits of using it and is it OK to just use standalone RetroFit?

Thanks!

Upvotes: 0

Views: 167

Answers (1)

nana
nana

Reputation: 4491

RoboSpice gives you asynchronous framework that can be used for other things, not just network requests. It notifies your activities (or any other context) of the result of the network request (or any other tast) with respect to their lifecycles.

In other words, it depends on what do you use Retrofit for.

Upvotes: 1

Related Questions