[android-developers] Creating XML Config

2011-03-09 Thread Christopher Marchfelder
Hello Folks, I am a total newbie to Android so I ask this (maybe rather dumb) question - I want to create a config for my android app. This config can only be changed by a developer who has the source code and shall keep some things a bit flexible, e.g. like URL to a server to connect to etc.

Re: [android-developers] Creating XML Config

2011-03-09 Thread TreKing
On Wed, Mar 9, 2011 at 1:59 AM, Christopher Marchfelder marchfel...@googlemail.com wrote: Is there a simple way in android to do so? And how would I access this config? http://developer.android.com/reference/android/content/res/Resources.html#getXml(int) Where ID refers to something in the

Re: [android-developers] Creating XML Config

2011-03-09 Thread Christopher Marchfelder
Thank you! :) 2011/3/10 TreKing treking...@gmail.com: On Wed, Mar 9, 2011 at 1:59 AM, Christopher Marchfelder marchfel...@googlemail.com wrote: Is there a simple way in android to do so? And how would I access this config?