Skip to content

This is a sample app that uses Retrofit 2 for GET,PUT, POST request.

Notifications You must be signed in to change notification settings

biratrai/RetrofitRequest

Repository files navigation

RetrofitRequest

This is a sample app that uses Retrofit 2 to make GET,PUT, POST request.

Android Instrumented Test

We will be using Espresso and MockWebserver to create the instrumented test.

Android JUnit Test

We will be using Mockito and Junit to create the Junit test.