Click here to Skip to main content
15,892,674 members

Comments by merridus (Top 22 by date)

merridus 13-Mar-12 4:49am View    
Hello,

Thank you, I'd discovered that function and I've used a NetworkAvailablilityChanged listener with it and it seems to accurately tell me when the machine is connected to a network and if the internet is available. This should set me on my way.
Thanks.
merridus 12-Mar-12 17:29pm View    
Thank you for this, I hadn't seen this function. I imagine I could combine this with pinging a web address to confirm an active internet connection when it has been confirmed that it's actually connected to a network.
merridus 12-Mar-12 16:54pm View    
Should it not just be: android:background="@color/background" if you have a colour defined in your color.xml file a color called background
merridus 24-Feb-12 5:12am View    
Can you post your logcat output?
merridus 10-Feb-12 4:39am View    
Do you intend on storing the data locally on the device or in a database running on a server somewhere?