Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 689 Bytes

BubbleMock

It's a mock library for Retrofit/OkHttp in android development, to control mock response in run time by Bubble Interface.

Feature

  • Create mock response
  • Enable mock response in run-time

Advantage

  • You don't have to change the app logic.
  • You can just mock several api endpoints, other api endpoints would send request to server.
  • You can enable/disable mock api endpoint when app is running.
  • You can develop android app even the server is not ready.

Demo

Setup

Check wiki.