Brent Simmons on hybrid applications
I grow more jealous of Cocoa: Brent Simmons has posted slides from a presentation regarding my old flame, the hybrid app. Mostly bullet points, but with enough code samples to give a non-Cocoa programmer some envy.
It’s funny, if I was writing an app on a PC I’d make it hybrid because I could have more control over the UI at the desktop layer, delegating the web to data tasks, but if I was on a Mac I’d go hybrid because I could do more with the UI if it was a web page, due to my lack of understanding of the many many square brackets in Objective-C.
In either case, the goal behind a hybrid application (for me) would be to solve a problem that benefits from centralized data.
Technorati Tags: Hybrid Apps, Cocoa