[android-developers] Internet for the App

2011-03-22 Thread Christopher Marchfelder
Hello Folks, I hope you can help me with a special problem I have. The android app I am developing requires the internet for every activity (data will be submitted to the server). My question is: how can I get notified when the connection breaks down/gets up again? Is there any good solution?

[android-developers] Re: Internet for the App

2011-03-22 Thread Christopher Marchfelder
Thank you very much :) On 22 Mrz., 15:18, Kostya Vasilyev kmans...@gmail.com wrote: Chris, Look up ConnectivityManager, it broadcasts events when this happens. And the good old IOException is of course there as well :) -- Kostya 22.03.2011 17:01, Christopher Marchfelder пишет: Hello

[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 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? http://developer.android.com/reference/android/content/res