It's a mock library for Retrofit/OkHttp in android development, to control mock response in run time by Bubble Interface.
- Create mock response
- Enable mock response in run-time
- 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.
Check wiki.