Home

Awesome

AndroidStubServer

Maven Central master: Build Status develop: Build Status

Simple Http server that makes simulating API easy.

How to use

compile 'com.byoutline.androidstubserver:stubserver:1.4.1'

Now you can start server by passing it context and simulated network type:

AndroidStubServer.start(this, NetworkType.EDGE);