Skip to content

slydeveloper/android-retrofit-example

Repository files navigation

Android + Retrofit 2 + EventBus - example

Here is an example of usage Retrofit 2 and EventBus. Moreover project based on nice binding library Butter Knife. The REST API service is provided by https://darksky.net.

Goals

The example application has the following goals:

  • Support for API REST Web Service using Retrofit 2 library
  • Support for event notification using Event Bus library
  • Bind Retrofit 2 with Event Bus, for performing HTTP request and handle event with result.

Screen