Data

Simple example for Toast Notification without any plugins for Corona SDK.

For all supported platforms!

How to use?

• Add toast.lua in your Corona project root directory

• Add string 'require "toast"' in main.lua

• For display a toast notification, use next code:

Comments, 93 Votes - submitted on 13/11/2019 view repo

A simple, elegant, concise helper module that converts quantities between measurement units.
For the moment only common distance units (metric + non-metric) are implemented, but the module can grow.

Comments, 518 Votes - submitted on 05/11/2015 view repo

This function will copy an SQLlite database (or any binary data file) from your app bundle and put it into a writable area like system.DocumentsDirectory.

Comments, 403 Votes - submitted on 18/05/2015 view repo

If you have a game released & live, sometimes it's difficult determining the cause of bugs that your end users have.

Comments, 441 Votes - submitted on 02/03/2015 view repo

Saving to Cloudant DBaaS from Corona SDK
http://simon.fearby.com/blog/?p=2094

Cloudant DBaaS 101
http://simon.fearby.com/blog/?p=2078

Comments, 446 Votes - submitted on 02/02/2015 view repo

Hello everybody,
A couple a months ago I started writing an ORM for Corona SDK projects, this is what I have reached so far, I hope some of you find it handy.

All the information of how to use it is in the Repo.

Update [10/12/2014]

Comments, 408 Votes - submitted on 08/12/2014 view repo

Used for downloading image resources on device based on display.imageSuffix. Benefits: reduces APK / IPA size, reduces application's size on device, each device downloads images only for its own resolution.

Comments, 641 Votes - submitted on 21/09/2014 view repo

SQLite database interface wrapper.

Comments, 576 Votes - submitted on 12/08/2014 view repo

Building a scrabble game, or any game where you need to check for correct words. Wordz.lua has over 100,000 words in its dictionary with character lengths from 2 - 28. There are functions to verify if the word is usable, to remove words from the list, and to limit the character count of words.

Comments, 417 Votes - submitted on 19/06/2014 view repo