Photo by Simon Ray on Unsplash

Just Fake It: Mock API 101 for Android Developers

Abhilash Das
Geek Culture

--

Mocks come into play in different stages of the app development lifecycle. Let’s assume you have a separate team of front end and back end developer. When you start working on the app, if the API is not ready, then you are stuck in the middle of nowhere.

The best way to go ahead with development is to mock your API. Build your app from the expected response and when your backend…

--

--