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/)
Data
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.
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.
A library class for saving data. It uses internally a fast sqlite database as a key-value store.
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
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.
Features:
- Find current GPS position every X seconds
- Avoid battery draining for searching GPS
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!
Module to add Dropbox integration to your Corona project.
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.