[android-developers] Disable network on emulator

2009-10-22 Thread Steven Rudenko
On Oct 13, 8:38 am, Steven Rudenko steven.rude...@gmail.com wrote: I've found a hack: You can kill all APN setting on emulator and You'll not have any data connection before restore them to default ;) On Oct 13, 1:41 am, Roman ( T-Mobile USA) roman.baumgaert...@t- mobile.com wrote

[android-developers] Re: Check for internet connection

2009-10-13 Thread Steven Rudenko
I've found a hack: You can kill all APN setting on emulator and You'll not have any data connection before restore them to default ;) On Oct 13, 1:41 am, Roman ( T-Mobile USA) roman.baumgaert...@t- mobile.com wrote: On the emulator you always have data connectivity. For example with enabling

[android-developers] Re: Progress bar not visible with a white background in 1.6 sdk

2009-09-28 Thread Steven Rudenko
There are some themes of activity which can help You with UI. When You are using dark backgrounds use @android:style/Theme.Black theme otherwise use @android:style/Theme.Light. These styles will provide correct colors to all controls (like progress bar). On Sep 21, 1:35 pm, And-Rider