From: Panayotis K. <pan...@pa...> - 2011-01-20 20:06:09
|
On Jan 20, 2011, at 6:28 PM, Sal wrote: > Hi there, > > Just starting with XMLVM - I'm wondering, which is the best / most mature iphone development path now? Objective-C or the C target? Or are they fairly identical? > > Particularly I'm just looking for UI components and general Java support (basic inheritance, language features, maybe some reflection.) > > Thanks much in advance!! > > - Sal The ObjC path. It still has some issues (which probably won't be fixed), but in general is more than mature. If something is supported at all with iPhone API, it is for sure supported under ObjC. But this backend is now obsolete. The C backend, although it is the primary target right now, it is far from being as feature full as ObjC. |