From: Markus B. <mar...@go...> - 2011-05-17 07:35:14
|
Hello, I am evaluating different methods of mobile cross-platform development as part of my master thesis. At a first glance, with its cocoa compatibility lib, xmlvm seems to be the best alternative but since the API documentation is somewhat limited I am not sure whether it is as powerful as it appears. Therefore I have a couple of questions: 1. Is there any type of documentation available for the android/cocoa compatibilty libs (javadoc or something) 2. Is the featured subset of classes in the cocoa lib complete, i.e. do those classes offer the same functionality as their objective-c counterparts (that would make it possible to consult the apple docs for reference)? 3. Are there any limitations with respect to event handling (especially touch/swipe etc.)? 4. Is it possible to use the 3rd party libraries shipping with Android (apache http, json etc.)? If not, is there any other way of dealing with networking or parsing json/xml etc.? 5. Are there any other limitations? I hope that somebody here can answer my questions. Keep up the good work! Best regards Markus |