Sprites and Image Sheets for Beginners

Posted by & filed under Tutorials.

sprite-begin-feat

Today’s tutorial goes “back to the basics” of sprite usage and image sheets for both typical animations and image “swapping” as well. If you’re new to Corona SDK or simply need to brush up on sprite usage, read further as we discuss the benefits, the basic code, and some real world examples.

Physics Raycasting and Reflection

Posted by & filed under Tutorials.

raycast-feat

A few weeks ago, raycasting was added to Corona’s physics system. The core API is an easy-to-use function for casting a “sensor ray” into the physics world — and we didn’t stop with that. Soon after, reflection was added to the raycasting system. Today’s tutorial discusses both of these features and includes a downloadable demo project to assist with your own development.

New System Info Properties

Posted by & filed under Tutorials.

Corona logo

This week’s brief tutorial discusses some new properties that are available to Corona Pro users since Build 1086. In specific, Android users can now get the physical screen DPI and size of various devices, and iOS users have some new API properties related to Apple’s move away from UDID. Read further to learn more.

Tutorial: New Corona Cloud API Library

Posted by & filed under Corona Cloud, Corona SDK, Tutorials.

Corona Cloud

When we rolled out Corona Cloud, one of the key goals was to “Coronify” the cloud. Today, we announce the new Corona Cloud API Library, an easier-to-understand Lua implementation built around the Corona Cloud core. This library features new “callback style” event listeners, objects for the various Cloud features, and convenient new APIs which give you easy access to core Cloud functionality. Read further to learn more!

Tutorial: Lua String Magic

Posted by & filed under Tutorials.

string-magic-feat

Today’s tutorial features Lua string manipulation and parsing techniques which can be useful in several applications, especially business or database-powered apps where you need to check and confirm that text is formatted properly. Read further to learn about these string-related helper functions.

Physics: Radial Gravity and Predicting Trajectory

Posted by & filed under Tutorials.

phys-tut-feat

Today’s tutorial features two more physics methods. In specific, we’ll discuss “radial gravity” and how to visually predict the launch trajectory of an object. Better yet, both methods are available as downloadable projects so you can explore the full implementation at the code level. Read on to learn more!

“Android-izing” Your Mobile App

Posted by & filed under Android, Tutorials.

androidize-feat

For some multi-platform developers, building for Android is planned from the beginning but it’s not fully implemented until after the launch of the iOS version. However, there are several things that should be done while building a cross-platform app to make sure that Android’s unique functionality is handled in advance of submission to the marketplace.

Performance Optimizations

Posted by & filed under Tutorials.

sportscar

Performance optimization is a topic that concerns all developers and spans all genres. Today’s tutorial discusses 10 useful performance tips that are not necessarily “familiar” to Corona developers. Read on to learn how these tips and tricks can improve the performance of your app.

New Widgets: Part 3

Posted by & filed under Tutorials.

widget-3-feat

Today’s tutorial discusses the remainder of the new widgets introduced recently, available in Daily Builds. These include the “table view,” “scroll view,” “picker wheel,” and “progress bar.” Read on to learn about the features of these new widgets and how to easily implement them into your Corona app.