How to drag and drop in ANDROID? By admin | September 18, 2010 1 Comment The following code helps you to do a drag and drop in ANDROID.
How to uninstall an application in ANDROID phone through Code? By admin | September 17, 2010 0 Comment By using the below code snippet you can uninstall an installed application on your ANDROID phone. Create an intent object with an action and data as the package name and start with the ACTION_DELETE.
To restart your application in Adobe AIR By admin | September 15, 2010 0 Comment Call this function to restart your application Note : PLease add this to your app.XML file inorder for the above code to work.
Load html string into WebView in android By admin | September 13, 2010 2 Comments This sample code helps you to load html from a string and from a file into webview in ANDROID.