[android-developers] Re: Check for internet connection

2009-09-10 Thread andymoris
hi,Mark, i got errors in returning statement? do i need to catch the return value and display the status? > I have been using: > > ConnectivityManager > connMgr=(ConnectivityManager)getSystemService(Context.CONNECTIVITY_SERVICE); > NetworkInfo info=connMgr.getActiveNetworkInfo(); > > return(info

[android-developers] I want to create the layout sample like settings in Andriod

2009-09-08 Thread andymoris
How can i create layout style similar to settings in Andriod emulator? Example, in andriod T mobile, you can see, under settings, list of settings like Wireless control Call settings Sound & display Security & location etc are displayed ine by line accordingly with with brief description of each t