You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrofit is a handy framework for going from a java interface to a remote service. Handles threading and it can parse json responses directly into java objects pretty seamlessly.
Retrofit is a handy framework for going from a java interface to a remote service. Handles threading and it can parse json responses directly into java objects pretty seamlessly.
Disclaimer: I work on Retrofit for my day job.