/ApiMockingSample

Project demonstrate how can we mock apis using build types.

Primary LanguageKotlin

ApiMockingSample

This project sample shows how can we mock our apis without them being actually developed.

Checkout the article

Mocking APIs in a Better way in Android Jetpack Compose

App with Mocked data

mock record

App with Mocked error data

error record

App with API data

DemoRecord (1)

Build types created

  • Mock
  • Real