From: Sal <sv...@gm...> - 2011-01-20 20:37:15
|
Thanks for the help - Just a few more questions: I tried to build from SVN and compile the test app: /xmlvm/src/test/iphone/org/xmlvm/test/iphone/widgets/button/UIButtonTest.java But executing on the iphone simulator seems to throw a lot of runtime errors. Am I doing anything wrong or should this work? Are there any other functional iphone UI test apps that I can try? I'm willing to fix issues and submit patches, just wanted to ping the list before I started. Also what about 'core' Java features? Like general language stuff: arrays, reflection, inheritance, etc. Is ObjC target still superior or is the C platform further ahead? And what do you recommend going forward - hack on the ObjC target or should I try to make some of the C target UI components to work? I noticed in SVN the C target has some defined iphone UI elements already. Thanks much in advance for your help!! On Thu, Jan 20, 2011 at 3:05 PM, Panayotis Katsaloulis < pan...@pa...> wrote: > > 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. > > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |