I am Trying to understand RoboSpice Library in android
I saw the online Documentation here
What i tried::
- I have previously studying on using Spring Library,also Retrofit, AsyncHttp etc
- I understood that all above convert
JSON
response toPOJO
What i need more information::
- When i see the documentation on
Robospice
it looks like a wrapper around either ofSpring
orRetrofit
orAsyncHttp
etc - Is it true ?
- So by using RoboSpice can we select the underlying layer to be
Spring
orRetrofit
orAsyncHttp
etc - So if that happens RoboSpice makes
Spring
orRetrofit
orAsyncHttp
etc as BoilerPlate code and makes development easier
If i am not correct, please provide a clear info w.r.t this
I am new to android, Please go easy on with answers