UI / UX

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 program is written in LUA and runs in Corona SDK. Replace 1 main file and generate iOS and Android app icons automatically that are properly named. If you need more icons just add them!

Comments, 685 Votes - submitted on 15/05/2017 view repo

This library adds a new type of scrollview widget to the widget.* library under the name widget.newDragItemsScrollView(). The scroll view can then have display objects added to it which can be dragged off the scrollview by either touching and holding or pulling them in a given direction.

Comments, 819 Votes - submitted on 31/12/2016 view repo

Material-ui (MUI) is a loosely based Material UI module for Corona Labs SDK. It is written in Lua using the free edition of the SDK. The module will help build a UI based on Material Design.

Documentation is available at: https://www.anedix.com/docs/mui/

Comments, 549 Votes - submitted on 23/06/2016 view repo

The layout manager makes it easy to create regions, rectangular areas defined relative to the screen, the stage (which may or may not be the full screen), and to the previously created user-defined regions. The final regions are created with content coordinates.

Comments, 456 Votes - submitted on 22/06/2016 view repo

This piece of code extends the native.newTextBox so it is possible to turn off the in some cases annoying auto-correction feature.

Comments, 452 Votes - submitted on 16/11/2015 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

Create a drop shadow without the use of snapshot without the use of snapshot.

Comments, 368 Votes - submitted on 26/04/2015 view repo

DMC Corona UI is an advanced widget library for Corona and contains Widgets, Styles and Controls.

Many of the Widgets wrap other OpenGL or platform-native objects to make them behave more consistently. All of the components are style/theme-aware.

Comments, 848 Votes - submitted on 24/04/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