List of iOS Apps Created with LiveCode Inspiration Thread

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

codemonster
Posts: 20
Joined: Fri Nov 09, 2012 11:02 pm

List of iOS Apps Created with LiveCode Inspiration Thread

Post by codemonster » Tue Nov 20, 2012 9:20 pm

Hi Everyone,

I'd like to know if there is a resource or link that lists apps that have been produced using Livecode. I know in other sites, they would have a gallery that would extensively list samples.

Optionally, if you have an app created with Livecode, please list it here. It would be great to see what's been produced and can serve as inspiration for others like myself. I've only been using it for a few days and I'm very impressed with it so far.

Thank you.

dave_probertGA6e24
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 328
Joined: Mon Dec 05, 2011 5:34 pm
Location: Thailand
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by dave_probertGA6e24 » Tue Nov 20, 2012 10:42 pm

I already have a couple of Apps on the iTunes store:

HexThello - (Paid) Game
Basic Electronics - (Paid) Learning
HexClock - (Free) Utility

These were all done with Livecode. More coming soon.

Basic Electronics took the longest time - due to the content. + 10 days for Apple approval.
Hexthello took a week of coding + 9 days for approval from Apple!!
HexClock was written overnight + 9 days for approval ;)

LC can definitely be used for dev work, but certain types of App are easier than others.

Cheers,
Dave
Coding in the Sun - So much Fun.
Visit http://electronic-apps.info for released App information.

endernafi
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 296
Joined: Wed May 02, 2012 12:23 pm
Location: New York
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by endernafi » Wed Nov 21, 2012 3:32 am

Hi,

@Codemonster, thanks for opening this thread.

@Dave, nice apps there...
Thanks for sharing; it's always good to see what can be achieved via LiveCode, our friendly platform.

Here is one from me:
Etud - (Free) Business, Turkish
There are 14 more but they all are so ugly :( not my fault though, due to the taste of my customers...

Let's keep this thread alive, please share your works.
It's an inspiration source, at least.


Best,

~ Ender Nafi
~... together, we're smarter ...~
__________________________________________

macOS Sierra • LiveCode 7 & xCode 8

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am
Location: Bordeaux, France

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by Dixie » Wed Nov 21, 2012 9:06 am

3 in store at the moment... will be another before xmas...
@ Dave Probert... nice job with Hexthello..:-)

masterfab
Posts: 8
Joined: Fri Jan 13, 2012 10:32 am

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by masterfab » Wed Nov 21, 2012 9:19 am

Hello from France,

Pless Interactive is pleased to present its latest creation, made ​​entirely with LiveCode.
Watchconsulting is an application for the sale of luxury watches:

http://itunes.apple.com/fr/app/id523066563?mt=8

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7237
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by jacque » Wed Nov 21, 2012 8:26 pm

Casey's Solitaire is in the App Store, Google Play Store, and Amazon Store. It uses only a single code base with very little branching required.

Google: https://play.google.com/store/apps/deta ... asey&hl=en
Apple: https://itunes.apple.com/us/app/caseys- ... 52477?mt=8
Amazon: http://www.amazon.com/gp/product/B007F1 ... _Solitaire
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm
Location: Switzerland

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by gpb01 » Wed Nov 21, 2012 9:05 pm

Experimental, but running without problems, this application, totally written in LiveCode (... no externals), run in background :

iTunes (free) : NMEA gpsRecorder

On the actual version (1.0.1) there is a little error, new version (1.0.2) already submitted and waiting for approval ;)

Guglielmo

endernafi
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 296
Joined: Wed May 02, 2012 12:23 pm
Location: New York
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by endernafi » Wed Nov 21, 2012 9:12 pm

Hi Guglielmo,
(... no externals), run in background :
What the :shock:
As far as I know, LiveCode doesn't support background tasks.
Is there a change in engine, which I don't know?
I'd be glad if you inform us just a bit 8)

Best,

~ Ender Nafi
~... together, we're smarter ...~
__________________________________________

macOS Sierra • LiveCode 7 & xCode 8

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm
Location: Switzerland

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by gpb01 » Wed Nov 21, 2012 11:01 pm

Hi,
it's true, for this I wrote "Experimental" because require an "RunRev unsupported" change into the Settings.plist (... with no guarantee of proper operation) ...


People interested in "background task" must carefully read this Apple document :

http://developer.apple.com/library/ios/ ... sFlow.html

... where it's clearly explained the use of .plist keys and the involved messages (which, if you need, can be received and handled using the Monte mergeNotify external).


On normal Apps (so ... not using UIBackgroundModes), if, on the "applicationWillResignActive", you need more than few seconds (max 5) to save your info (... or to terminate what you are doing), you can use the Monte mergBgTask external to ask to the OS more time (max 10 min).

Finally remember that, one time your App go "Suspended" is possible that, if iOS need resources, it's killed (... entering "Not Running" status) without any message, so ... if you need, remember to save settings when you leave the "Active" status.

That's all :)

Guglielmo

endernafi
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 296
Joined: Wed May 02, 2012 12:23 pm
Location: New York
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by endernafi » Wed Nov 21, 2012 11:05 pm

Thanks Guglielmo,
It helped a lot.

Best,

~ Ender Nafi
~... together, we're smarter ...~
__________________________________________

macOS Sierra • LiveCode 7 & xCode 8

codemonster
Posts: 20
Joined: Fri Nov 09, 2012 11:02 pm

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by codemonster » Wed Nov 21, 2012 11:27 pm

Wow great stuff everyone!

This is becoming a good list of apps already and I am inspired by this :D

This next few weeks I'm going to start to draft up some plans for my own app and see how it goes. I'm sure it's going to take a lot of work but I know LC already makes it easier than coding it out in Objective-C.

DRJ-UK
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 73
Joined: Tue Aug 23, 2011 2:50 pm
Location: United Kingdom
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by DRJ-UK » Fri Nov 23, 2012 6:20 pm

Colleagues

Good idea to create this thread.

We have produced a number of iOS Apps, which are all in the App Store. You can see our current range at:

http://recap.ltd.uk/products/

All the best with all your coding endeavours.

Dave
LiveCode: Versions 8.0, 8.1
Xcode: Version 7.3, 8.0
Mac OS X: 10.11.12 (macOS Sierra) on iMacs with 3.4 Intel Core i7 & 16GB Memory

Creating Apps for educational professionals, effective teaching and learning.

strongbow
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 135
Joined: Mon Jul 31, 2006 1:39 am
Location: New Zealand, Australia, Germany, Japan
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by strongbow » Wed Dec 05, 2012 11:17 am

Also got a couple on the store at https://itunes.apple.com/artist/scruff- ... d543230103

BeatSpeak - a talking multilingual metronome
EV-Point - electric vehicle recharge station finder - using browser javascript interaction, Google fusion + maps

Got a few more under development, will hopefully get them out soon-ish.

Any suggestions for improvements etc welcome!

cheers

Alan

James Little
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 47
Joined: Thu Apr 27, 2006 11:19 pm
Location: Seattle

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by James Little » Fri Dec 07, 2012 7:36 pm

Great idea!

My dad and I put out "Flat Out Fitness", a fitness timer for high-intensity interval training, that is sold on the App Store, Amazon Marketplace, and Google Play.

App Store: https://itunes.apple.com/us/app/flat-ou ... ?ls=1&mt=8
Google Play: https://play.google.com/store/apps/deta ... outfitness
Amazon Marketplace: http://www.amazon.com/gp/product/B009C0 ... ut-Fitness

We're working on another iOS app that should be out for the New Year, which is much more technically complicated.

-Todd
Designer at the Grubbery
https://www.facebook.com/TheGrubbery

Neurox66
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 120
Joined: Tue May 22, 2012 1:57 pm
Location: Vicenza (Italy)
Contact:

Re: List of iOS Apps Created with LiveCode Inspiration Threa

Post by Neurox66 » Sat Dec 08, 2012 6:08 am

Hi,
this is my last app and is first with LiveCode :
https://itunes.apple.com/us/app/endyr15/id583714991?

My other Apps:
https://itunes.apple.com/us/artist/paol ... d413875429


Bye bye,
Paolo
Paolo Borzini | paolo@borzini.it
The WhiteFly Software | www.thewhitefly.it
Service on line for printers | www.4pellicole.it

Post Reply

Return to “iOS Deployment”