Skip to content

An android example of using Retrofit & google GSON with a RESTful webservice (flickr)

Notifications You must be signed in to change notification settings

joshskeen/retrofit-android-example

Repository files navigation

Android REST webservice example with Retrofit


A simple example of a webservice object that communicates back to the Activity after completing it's request. The example shows how google gson and retrofit can automatically support asynchronous requests using the retrofit Callback<T> interface, automati serialization/deserialization to json with a GSON adapter, and notificaton to the Activity via EventBus.

####libraries used:

  1. Retrofit - REST webservices
  2. google GSON - Serialization/Deserialization of service responses
  3. android eventbus Communication between webservice manager & activity
  4. dagger Dependency injection framework

About

An android example of using Retrofit & google GSON with a RESTful webservice (flickr)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published