> I think the iOS programming model is simpler than the Android one > (e.g., no concept of activities).
That's my favorite, very decoupled and each to hook together in a modular way. > I think that on iOS, the CPU can multi-thread more efficiently (Grand > Central Dispatch), but you only have the three ways of threading that > Apple gives you. But isn't GCD just a scheduler optimized for task parallelization? The one advantage I *do* see that iOS has, is support for closures... but hopefully Java... ahrm... Android will also get this sometime before we retire. :) -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
