From: Markus B. <mar...@go...> - 2011-05-20 10:37:52
|
Thank you. That's just the information I needed. 2011/5/19 Arno Puder <ar...@pu...> > > > On 5/19/11 12:28 AM, Markus Balsam wrote: > >> Hello Arno, >> >> first of all thanks for your quick response! >> >> to 1. I am aware that I can see the API in the locations you mentioned. >> I asked that question with some written/detailed documentation in mind. >> But I guess the official Android/iOS documentations will be ok. >> > > I would consider this a key aspect of XMLVM: you can use the official > Android and iOS documentation. > > > to 2. I know that your API doesn't feature all the Cocoa classes and I >> am sure that your API is correct. What I really wanted to know was if >> the classes themselves are complete, meaning that for example your >> WebView implementation features ALL the methods the UIWebView class has. >> > > Not every compatibility class has all the methods. You will need to check > that with the official documentation. > > > to 4. In my case it is very important that I can send http requests and >> handle either json or xml responses. Is that possible with your current >> API? >> > > HTTP requests are supported. We are currently working on XML parsing > support for the C backend. For json I imagine it is just a matter of > including an appropriate implementation via --in=json-impl.jar > > Arno > |