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
JSONresponse toPOJO
What i need more information::
- When i see the documentation on
Robospiceit looks like a wrapper around either ofSpringorRetrofitorAsyncHttpetc - Is it true ?
- So by using RoboSpice can we select the underlying layer to be
SpringorRetrofitorAsyncHttpetc - So if that happens RoboSpice makes
SpringorRetrofitorAsyncHttpetc 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