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 ...
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...
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...
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
...
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...
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...
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...
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...
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 ...