项目作者: slydeveloper

项目描述 :
Example of bind Retrofit 2 and EventBus
高级语言: Java
项目地址: git://github.com/slydeveloper/android-retrofit-example.git
创建时间: 2017-04-18T20:06:13Z
项目社区:https://github.com/slydeveloper/android-retrofit-example

开源协议:

下载


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