bertzzie / retrofit-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Project for Retrofit

To help people who's still learning and confused on how to use it.

How to run

Make sure you have maven installed and on your PATH (i.e. you can run it in command line).

Run this on your terminal / command line:

$ mvn compile -Dexec.cleanupDaemonThreads=false exec:java -Dexec.mainClass="com.bertzzie.retrofit.RetrofitExample"

About


Languages

Language:Java 100.0%