Air vs Titanium vs Phonegap - iPhone performance
Does anybody have any experience developing with all of these for the iPhone, in particular with regards to the performance of sequential view/image rendering?
For example say a flipbook 开发者_JAVA百科style app containing 100 slides containing images/videos/text and then quickly swiping through them, with smooth easing transitions between them.
Which technology would be best suited for this?
I have started to play with Titanium and so far it looks very promising, I would very much like to find some more resources about AIR on the iPhone but they seem (for me) to be quite scarce, any ideas?
I have used Phonegap and Titanium for iPhone development.
Titanium is a much better choice for your purpose as it runs the UI as native code.
Phonegap will only render your app in webkit, so performance is never going to be optimal.
Another framework you should consider is Corona - which has more in common with Flash than either phonegap or titanium.
I have created an app using Titanium, and while it worked pretty good on the iPhone, performance on Android was horrible. I know you asked about iPhone performance, but I guess it's nice to know eh :)
Anyway, Titanium performance will never be equal to true native performance. but very usable.
I don't have experience with sequential view/image rendering, but I've been involved in the development of a couple of Phonegap, AIR and Titanium projects, and the winner for me is Titanium.
Phonegap is good, but tends to go sluggish once you start working with a lot of data.
Titanium has been indistinguishable, performance-wise, from a native application for the most part (and easier too!)
I haven't done too much with AIR, but it's reputedly not so good, although the next version of the packager is supposed to be much better.
i have used PhoneGap and Titanium, in the end I choose Titanium I did write an application requiring a photogallery type od swiping though pages and it works wonderfully.
This is a link to the final application in the app store
http://itunes.apple.com/us/app/kodak-gallery-quickie/id413197524?mt=8
精彩评论