Page 2 of 2

Re: Multi Platform Development

Posted: Tue Oct 04, 2011 5:48 pm
by akee
I was looking around and found these few..

Corona for iPhone and Android - http://www.anscamobile.com
DragonFire iPhone development for Windows - http://www.dragonfiresdk.com

I kind of like DragonFire syntax. Simple and clean but the marketing method is kind of freaky.

If PB Mobile could be something like...

Code: Select all

;... setup your app.

Run = #True
While Run
  Event = WaitMobileEvent()
  Select Event
;... do your events.
  EndSelect
Wend

;... cleanup your app.