Data

Tableview sample code with pull-down/refresh animation. Leverages code from Rob's tutorial (http://coronalabs.com/blog/2014/03/04/tutorial-advanced-tableview-tactics/)

Comments, 340 Votes - submitted on 30/05/2014 view repo

Some functions to make reading and writing files a little easier. The premise is that a function which reads (returns the contents of a file) will also write if provided data to save.

Comments, 651 Votes - submitted on 12/05/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 library class for saving data. It uses internally a fast sqlite database as a key-value store.

Comments, 410 Votes - submitted on 11/03/2014 view repo

A simple grid to create columns in your Corona SDK project. Now its easier to create lay-outs that work on all devices and resolutions.

Preview: https://www.dropbox.com/s/3c91f798ne27r2l/example.png

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

Cleans rich text so that HTML is cleanly removed, p and br tags are reduced to new lines and some special characters are replaced with the text equivalents.

Comments, 447 Votes - submitted on 14/02/2014 view repo

Features:
- Find current GPS position every X seconds
- Avoid battery draining for searching GPS

Comments, 474 Votes - submitted on 14/02/2014 view repo

Do you want to calculate the distances between different GPS markers?
Do you want to sort the markers by distance?
Then this is what you're looking for!

Comments, 408 Votes - submitted on 05/02/2014 view repo

Module to add Dropbox integration to your Corona project.

Comments, 394 Votes - submitted on 21/01/2014 view repo

ModeloEspecial is an ORM that is inspired heavily by Backbone.Model. It takes an object oriented approach to database interaction.

We are using this in production, and it has already saved us hundreds of lines of code, in addition to making it more modular and understandable.

Comments, 439 Votes - submitted on 20/01/2014 view repo