7

Does anyone have any good examples of iOS or Android apps made with the Marmalade platform, that are not games?

We know plenty of great games have been developed with Marmalade, but we're struggling to see a good list of examples of non-games, particularly any employing native interface elements across both iOS and Android.

Thanks

jones
  • 346
  • 2
  • 11

3 Answers3

7

This is one I developed:

iOS https://itunes.apple.com/us/app/nordic-naturals/id554262658?ls=1&mt=8

Android: https://play.google.com/store/apps/details?id=com.nordicnaturals.app&hl=en

Marmalades support for Native UI is somewhat limited which posed some difficulties and the performance was also poor when using the Native UI functions which also limited what I could do.

Ravean
  • 89
  • 1
  • 4
2

As I know when people ask that question there is answer "NO" or no response.

Marmalade forum: https://www.madewithmarmalade.com/devnet/forum/will-marmalade-be-serious-platform-business-and-general-purpose-applications

No one from Marmalade team even responded. Only licensees.

Max
  • 6,286
  • 5
  • 44
  • 86
1

I also havn't seen any non-game app made by marmalade, although their support for Phonegap api shows that marmalade guys are seriously trying to change it. In my view Marmalade is pretty stable to use(I have used it's C++ version only) for even a non-game app too.

Whatever functionality it lacks can be easily developed using EDK and added back to marmalade project.

0xC0DED00D
  • 19,522
  • 20
  • 117
  • 184
  • PhoneGap on Marmalade is too young. I used PhoneGap 1.8 for iOS. Instead of Marmalade's version 1.4 – Max Sep 27 '12 at 13:57
  • Yeah, but atleast they are trying, may be in next version or so they'll upgrade the api version. Till then we just need to wait. – 0xC0DED00D Sep 27 '12 at 14:06