Multi Platform Development

Everything else that doesn't fall into one of the other PB categories.
akee
Enthusiast
Enthusiast
Posts: 496
Joined: Wed Aug 18, 2004 9:52 am
Location: Penang, Malaysia

Re: Multi Platform Development

Post 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.
Post Reply