13 September 2019
Functions and return statements in Corona
Functions are one of the most useful tools in a programmer's tool box. But how do you make the best use of this tool? This tutorial can help you understand how functions work....
13 September 2019
Functions are one of the most useful tools in a programmer's tool box. But how do you make the best use of this tool? This tutorial can help you understand how functions work....
23 July 2019
Corona Labs is happy to announce the general availability of the public beta of Android 64-bit Corona builds....
22 July 2019
There are some new requirements to implement AdMob and Appodeal. This post explains the changes you need to make to continue to integrate these plugins....
09 July 2019
Matthew Webster provides a cool feature of Lua that lets you extend existing libraries without having to write your own native code in this tutorial....
04 July 2019
We thought we should provide an update on our 64-bit progress and share some good news with you…...
28 May 2019
We know you have questions about the pending Google 64-bit requirements. Read on to learn where we are at in getting ready for change...
14 May 2019
Google has new requirements for the Icon you upload to the Google Play developer portal for your apps and games. See if this affects you...
10 May 2019
Learn more about how you the Corona community can get more involved with Corona!...
24 April 2019
Many Corona users can be successful with just our API docs and guides, but what if you need more help? Where should you turn to?...
10 April 2019
While Corona's APIs are well thought out and Lua makes programming easy, there are still times that somethings are not quite as obvious to new developers. In this "Gotcha" post, we examine the difference between calling functions and passing functions as parameters....