Quantcast
Channel: CoderzHeaven » exec
Browsing all 3 articles
Browse latest View live

How will you access the clipboard in an AIR application?

The following is a sample code to do this. Simply copy and paste. <xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init()"> public function init():void{ var str :...

View Article



Image may be NSFW.
Clik here to view.

Android phpMysql connection

First create a database  named “mydatabase” in MySql. Then create a table “tbl_user” with three fields (id, username and password). The next step is to create a php page which will communicate between...

View Article

Image may be NSFW.
Clik here to view.

How to read Logcat contents programmatically in Android?

This is an example to read Logcat contents programmatically in Android. Normal developers won’t need this, but still it is a good thing to know how to do it. package pack.coderzheaven; import...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images