Android Development
How to create mock server response and connect to Android Retrofit
Here I want to talk about mock responses for your Retrofit. Sometimes we should continue mobile development even backend not ready. We can be never blocked on it if will use mock responses. Sure we need specify JSON response before starting. But we need only JSON format of the backend Read more…