Is there anyway to build small application for mac?
I want to use some of the tools that not available (or expensive), and i want to build my own.
How about flash? In windows, we can make it as .exe then we use it just like a tool. Possible in mac?
Observing members:
0
Composing members:
0
15 Answers
Use Adobe AIR if you’re comfortable with Flash. It’s cross-platform.
Well every mac comes with XCode which you can use to build native cocoa applications in Objective-C (and as of the latest version of Mac OS, Ruby and Python). I know a few people who do Cocoa development and they swear that you can build simple applications quite quickly.
But if Flash is your bag I definitely I second AIR. It works remarkably well on both platforms and the API is very well done. You can build something really quickly with it. In fact it works so well we did an application for the travel arm of the government here to much success.
@klaas4, i guess it’s in the mac OS x installation CD(optional kit??)...maybe i am wrong. but check the cd first.
Already did this, can’t find it.
Registration is free, by the way.
You don’t have to be a developer, then?
edit: You need to be 18…
Just lie on the form. They don’t check and you won’t go to hell for doing it.
by the way, do i need adobe air SDK or just adobe air…..
and, if i only have older version of flash..will it work with this Air?
You could always build your app as a Dashboard widget. Widgets can have access to pretty much any system resource through command-line invocations and Cocoa plug-ins, as well as integrate Flash, Java, whatever. The great thing about them is that you’re basically working within WebKit, so you can keep things simple in terms of what you use to build the interface (HTML, CSS, JavaScript). I’ve built several myself since they were introduced and even have a dated, but still useful tutorial on my website that might help get you started.
@tantaikooi, you can develop AIR apps with Flash/Flex or HTML+JavaScript however you do need the SDK (free so far) to build the apps. The Flash side of AIR only makes use of AS3 so you’ll need to use Flash CS3 (9)+ or Flex 2+. There’s an AIR plugin for the Flash CS3 Pro IDE that works reasonably well that is a GUI front-end to the SDK build processes.
I definitely second Adobe AIR. Not only will you be able to build a small app for the Mac but you’ll also be able to offer that same app on Windows and other operating systems as well! I haven’t built anything yest but I’ve been to a few conferences where they’ve demoed the capabilities…. Really sweet stuff.
if you want to write a small mac app, I would recommend using dashcode. I believe it comes bundled with xcode.
Answer this question
This question is in the General Section. Responses must be helpful and on-topic.