Re: [mono-android] Problem with configuration manager

2011-05-23 Thread Willem Meints
Check out this page: http://developer.android.com/reference/android/content/SharedPreferences.html This works for monodroid too. -Original Message- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of david.chhang Sent: maandag 23 mei 2011 14:

Re: [mono-android] Problem with configuration manager

2011-05-23 Thread david.chhang
What is the android SharedPreferences system ? Me, I have a Framework which access to the configuration file because, in this file (which I created), there is an url of a webservice. So, i have to find a way to access to the information in the configuration file. I don't know if you understand lik

Re: [mono-android] Problem with configuration manager

2011-05-23 Thread Willem Meints
Hi David, I think you're out of look there. Normally all configuration is done through the Android SharedPreferences system. I don't think this is going to work. Kind regards,   Willem Meints Ontwikkelaar PDC -Oorspronkelijk bericht- Van: monodroid-boun...@lists.ximian.com [mailto:mono

[mono-android] Problem with configuration manager

2011-05-23 Thread david.chhang
Hi, I want to develop an Android application with Monodevelop, and i want to access to a app.config file. So, I put the System.configuration.dll in the references and add using System.Configuration. When I compile the program, it works, but when the application launch, it doesn't work... this is