Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 208
wasigh Avatar asked Nov 04 '11 09:11

wasigh


3 Answers

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.

like image 112
Manu Avatar answered Nov 17 '22 02:11

Manu


Have a look at LiveCode 5 from RunRev.

http://www.runrev.com/

like image 26
Max MacLeod Avatar answered Nov 17 '22 02:11

Max MacLeod


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

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

like image 1
John Cruz Avatar answered Nov 17 '22 03:11

John Cruz