Utilities

This small library extends the timer object (performWithDelay, pause, resume, and cancel) to use optional tags.

Comments, 424 Votes - submitted on 07/04/2014 view repo

This small useful module can be used to store and retrieve values across different app sessions.
A lot of people found it useful in Code Exchange 1, so am reposting it here

You can save TABLES, NUMBERS, STRINGS or BOOLEANS.

Comments, 615 Votes - submitted on 31/03/2014 view repo

A simple connectivity checker.
Example of use:

local connection = require("connection")
connection.test(function (isAvaliable)
    if isAvailable then
       print("Connection available!")
    else
        print("No connection :(")
    end
end)
Comments, 381 Votes - submitted on 26/03/2014 view repo

An implementation of a Bitmap Font SpriteSheet using Corona. The example shows one of the effects you can achieve when using Bitmap Fonts.

Comments, 405 Votes - submitted on 17/03/2014 view repo

Adds a raw and buggy support for native.newTextField and native.newTextBox functions on windows. Very useful to test textfields without build for a specific device.

Comments, 720 Votes - submitted on 10/03/2014 view repo

rgb

Use color names instead of numbers

Comments, 551 Votes - submitted on 09/03/2014 view repo

See my other modules, snippets, tutorials, & templates at http://j-strahan.com

Comments, 398 Votes - submitted on 09/03/2014 view repo

Sample main demonstrating testing a polygon and it's points for concave status.

Comments, 483 Votes - submitted on 08/03/2014 view repo