With the release of LiveCode 9.0 DP 7, the amount you can do with the android API has been significantly increased. Firstly, it is possible to use LiveCode Builder to respond to user events, which essentially allows the Android native control syntax (mobileControlCreate
, mobileControlSet
etc) to be replaced with draggable widget objects and standard LiveCode syntax. Secondly, it is possible to run services in the background, allowing, for example, background audio on Android.
LiveCode: an inside perspective from the outside
by Alex Brisan on May 24, 2017 7 commentsOn StartNewBlogPost
Answer “Hello, World!”
End StartNewBlogPost
I just finished my second year of University here in Edinburgh reading Informatics and was recently appointed to a part time software development position at LiveCode.
LiveCode Global: Our Next Conference in Your City
by Kevin Miller on May 18, 2017 2 commentsEveryone loves the LiveCode Conference – we know for many of you it’s the highlight of your year, and it certainly is ours! That’s why we weighed up carefully holding an on the ground event this summer as usual. However the reality is that at the moment the pressure is on to deliver features and finish projects. After a couple of recent Yak shaves*, our engineers have been chained to their desks. And will be remaining there for some time! We had to decide against hosting an in-person conference this year.
But we know how important our conference is – for both our team and the wider community. We love hanging out with all of you and the sharing of ideas, success and best practice is so important for everyone. So we spent some time thinking how we could still have a fabulous event this year. The result: LiveCode Global.
read moreAndroid audio recording library using Java FFI
by Ali Lloyd on April 13, 2017 17 commentsIn this example, we show you how to implement audio recording on Android using the new Java FFI capabilities in the latest DP of LiveCode 9.
The first step in figuring out how to create an Android audio recording library is to figure out what classes and methods are needed, which is tantamount to having a quick look at how it would be done in native code.
read moreLiveCode 9.0 DP 6 – Infinite LiveCode Preview
by Ali Lloyd on March 9, 2017 17 commentsGerman LiveCode Book Published
by Hauke Fehr on March 3, 2017 No commentsThe first German book on LiveCode is out now!
The small but growing German LiveCode community has received a boost with the first book about “Eigene Aps programmieren” – “Programming your own Apps” in German arriving on the market.
read moreThe LiveCode Script Profiler
by Elanor Buchanan on February 24, 2017 4 commentsLiveCode’s new Script Profiler, available in the LiveCode Business edition, can help you identify the most costly lines of code in a stack. This can help you optimise your code by identifying inefficiencies.
read moreDebug your standalones with the remote debugger
by Ali Lloyd on February 23, 2017 1 commentWith LiveCode’s new remote debugger available in the LiveCode Business edition, you can debug your standalone applications using the IDE script editor just as you can when running them in the IDE.
read more
Recent Comments