Retrofit 2 — Multiple Server Environments (Develop, Staging, Production)
When you’re developing an app professionally, you’re probably dealing with multiple server environments. Your API developers are constantly changing and improving the endpoints the apps consume. If you’ve an excellent backend developer, he’ll provide multiple environments: develop: latest snapshot of the API code staging: next API …
Continue Reading