Debanshu777 / AndroidRetrofit2RxJava

Simple App using Retrofit2 and RxJava

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AndroidRetrofit2RxJava

First Approch
In this project i have shown how to working with Retrofit 2 and RxJava to fetch API and display data.

Updates: Here I have used older dependencies so we have to include compilerOptions for Java8

compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }

I am also using Fake Online REST API for Testing and Prototyping provided by JSONPlaceholder. You will find more details from this link.

How To Run This

<> Open your terminal (NOTE: git bash prefered/ Terminal on Android Studio/Any Other Editor)
<> Run the git clone command and clone this repo.
<> Navigate to the project folder where you have cloned the repo.
<> Sync the project.
<> Open an emulator or plug in a real device
<> Run the App

About

Simple App using Retrofit2 and RxJava


Languages

Language:Java 100.0%