Developing for Android with a local REST API server
When you're building an Android app, chances are that it'll be interacting with the internet in some way. More often than not, this is through the use of REST API.
First, a refresher
Ideally, you'd have a couple of base URLs, one for production usage...
blog.sanskar10100.dev4 min read