Tag: application
-
Adobe AIR: Calculator
If you’ve installed the AIR SDK (and it’s dead easy, just extract and copy it somewhere), you’ve got a lightweight cross-plaform VM to program apps in. Best of all, it works with HTML and Javascript. In about an hour, I hitched up a calculator application. It’s very easy: Calculator.xml: <?xml version="1.0" encoding="UTF-8"?> <application xmlns="http://ns.adobe.com/air/application/1.0.M4" appId="in.vish.Calculator" […]