What's the best way to do "application settings" in Android?

Viewed 78860

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?

1 Answers
Related