I'd like to store some application settings (like the URL of an API, and some settings for testing) for an Android application.
I mostly work as a .NET developer, so I'm used to using the file app.config for this purpose. What's a good way to do it in Android?