Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.1 KB

File metadata and controls

28 lines (16 loc) · 1.1 KB

Android MVP Architecture with RXJava2, Dagger2, Retrofit2,Eventbus and ButterKnife

This project demonstrate MVP architecture with advance libraries like RXJAVA , DependencyInjection using Dagger2 and ButterKnife and Network api call using RXJava2 and Retrofit2.

Getting Started

just download or clone project and run it on Android studio.

Prerequisites

You need Android studi

Built With

  • Dagger2 - Dependency Injection
  • RxAndroid2 - Reactive components for Android
  • Retrofit2 - Retrofit turns your HTTP API into a Java interface.
  • ButterKnife - Field and method binding for Android views which uses annotation processing to generate boilerplate code for you.
  • EventBus - EventBus is a publish/subscribe event bus for Android and Java.

Author

Acknowledgments