Menus

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

This function returns a matrix of RGB values that allow you to gradually change from one color to another using a single index, like the position of a scrollview/springboard.

It takes a two dimensional array of RGB colors, each page width and the total amount of pages.

Comments, 749 Votes - submitted on 14/05/2015 view repo

Flood fill a display object with a Gfx2.0 gradient fill. Can be used to provide the Android Material Design button interaction animation, eg: http://www.google.com/design/spec/components/buttons.html#buttons-flat-r...

Comments, 369 Votes - submitted on 17/04/2015 view repo

This is an empty project template for Corona SDK starters, explaining some of the basic concepts and providing an example project organization.

Some of the basic concepts included and explained in this template are:

Comments, 535 Votes - submitted on 24/03/2015 view repo

This is a short and robust implementation of a springboard, using Corona's scrollView widget.
It supports two kinds of touch events: a quick touch and flip, or a slow page drag and release.

Comments, 469 Votes - submitted on 05/11/2014 view repo

Modified version of Corona SlideView.

You can add your external listener (callback) and add any display objects.

Comments, 460 Votes - submitted on 01/11/2014 view repo

iOS 7 style back swipe navigation library with demonstration app. Includes a template scene file.

Comments, 614 Votes - submitted on 09/09/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

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

This is a little example that I use to my app, is a autoscroll menu. The basic function is, when the user hits the square at the left top corner the menu appear using a transtion.

You can view the functionality here: http://youtu.be/xivzToX-obU

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