connectivity

Help with in-App Purchase timeout

Hello, I've designed my In-App purchase to work perfectly thanks to the well-written in-App Purchase Programming Guide. Unfortunately, I have run into one last snag. My app runs entirely offline except for this one purchase - so I'm hoping there's a simple solution without having to implement tons of net code. Basically, if I try to ...

World Traveling Programmer

I have a dream. I have tons of business-worthy, web-related programming ideas... but I never have any time implement them because I'm stuck here at my day job just getting the next thing done. My dream is to put my house on the market, and as soon as it sells, put in my notice at work, gather my savings, and leave to travel the world a...

NetworkAvailability check returns false yet the phone is online

I have am having some issues with getting consistent results when checking if the network is available or not. I use this code snippet inside a class AppPreferences to check the availability of a network. /** * @return the networkAvailable */ public boolean isNetworkAvailable() { connectionManager = (ConnectivityM...

Silverlight connectivity with database using ado.net

Hi All I want to connect my sql server 2005 database using ado.net in silverlight. I want to connect manually to my database. Please give me examples of populating gridview in silverlight manually. Thanks ...

Webbrowser control , Detect internet connection

Hello Everyone, Here is my code scenario, I display html page in webbrowser control. The content will be loaded from some RSS url dynamically (used JQuery to load the content from URL) and displayed in WB. My problem is, i have to check for the "Internet Connectivity" when a loop is completed by scrolling text. I tried using "navigat...

Problem checking for network connectivity

I have an IntentService which makes some web service calls. Before making these calls I check to make sure the device has network connectivity. I am doing so like this: private boolean isOnline() { ConnectivityManager connec = (ConnectivityManager)getSystemService(getApplicationContext().CONNECTIVITY_SERVICE); return connec.getN...

Checking the status of the Internet connectivity icon via command line

Hello Everyone, You know that "Internet Connectivity" icon on the Windows Taskbar? The one that often tells us we have no connection to the internet after pull out our ethernet cables? I was wondering if there is a command line command that would tell me the status of that icon. (No internet / Connectivity but with the yellow caution s...

android connectivity with php-mysql using web services

hey guys i am developing a final year location-based project(gps) in android.I have to create a server using php and mysql which contains name and location(in latitude and longitude) of important hospitals in Mumbai.The android client should be able to retrieve the the latitude and longitude of locations in mysql(external) database and t...

Adobe Air Network Timeouts

Hi, We've built an adobe air app that logs in and communicates with our server using ajax calls. However, there appears to be a problem with the App on computers which switch networks often. Such as laptop users who travel. The issue is that for some reason the app's ajax calls timeout and don't reach the server, even though the user ...