Code generation for iOS and android

I'm searching for a framework to create apps for both Android and iOS from one codebase. I'm aware of Appcelarator and PhoneGap etc. However I need a different kind of product. I'm not sure if it exists. I can't find it here or on google.

We are a team of Android and iOS developers and aren't afraid to build natively. What I want is a tool to help me jumpstart development. Preferably a tool where I can create the basic UI and Models and generate native code to use as basis for further development.

Does such a tool exist?


Have you seen Mono??

iOS

  • Note: Make sure you following the instructions on the MonoTouch website re installation
  • Development tools (Free): XCode + Interface Builder (http://developer.apple.com/devcenter/ios)
  • MonoTouch ($399USD): http://monotouch.net/
  • Register for developer program/app store ($99USD): Register
  • Android

  • Note: Make sure you following the instructions on the MonoDroid website re installation
  • Development tools (Free): Java JDK, Android SDK
  • MonoDroid (public beta): monodroid-download
  • Register for developer program/market ($25USD): Register
  • Don't forget for the iOS component you're going to need to go buy a Mac to use.


    Have a look at LiveCode 5 from RunRev.

    http://www.runrev.com/


    Have you checked out DAPP? I like it quite a bit.

    http://dapp.kerofrog.com.au/

    链接地址: http://www.djcxy.com/p/55822.html

    上一篇: 是否有可能使用预分配缓冲区的Boost.Format?

    下一篇: 为iOS和Android生成代码