Network https://code.coronalabs.com/taxonomy/term/14/all en simple_toast https://code.coronalabs.com/code/simpletoast <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Simple example for Toast Notification without any plugins for Corona SDK.</p> <p>For all supported platforms!</p> <p>How to use?</p> <p>• Add toast.lua in your Corona project root directory</p> <p>• Add string 'require "toast"' in main.lua</p> <p>• For display a toast notification, use next code:</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">krdpnsk</div></div></div> Thu, 14 Nov 2019 07:18:03 +0000 krdpnsk 207 at https://code.coronalabs.com Live debug & log data from end-users https://code.coronalabs.com/code/live-debug-log-data-end-users <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>If you have a game released &amp; live, sometimes it's difficult determining the cause of bugs that your end users have.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Mike Turner</div></div></div> Mon, 02 Mar 2015 19:07:20 +0000 Suborbital 165 at https://code.coronalabs.com Code from Tutorial: Uploading Files Demystified https://code.coronalabs.com/code/code-tutorial-uploading-files-demystified <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Code from Tutorial: Uploading Files Demystified (<a href="http://coronalabs.com/blog/2014/02/25/tutorial-uploading-files-demystified/">http://coronalabs.com/blog/2014/02/25/tutorial-uploading-files-demystified/</a>)</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Rob Miracle</div></div></div> Sun, 01 Feb 2015 23:56:37 +0000 Corona Rob 157 at https://code.coronalabs.com Stripe-lua https://code.coronalabs.com/code/stripe-lua <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This is a simple module I created to help streamline network requests to Stripe's payment API. With this module, you can charge a card, create and manage customers, refund customers, and more. Hopefully, this will help make Corona a more pertinent business app platform.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Will Summerlin</div></div></div> Fri, 18 Jul 2014 05:24:57 +0000 techpulsesoftware 124 at https://code.coronalabs.com Dropbox REST API module for Corona SDK https://code.coronalabs.com/code/dropbox-rest-api-module-corona-sdk <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>This gist includes two files: 1) dropboxModule.lua which allows your code to connect Dropbox and allows your user to authorize access for your app. It is based on oAuth 1.0. 2) download.lua is an example of how your code should call the functions in dropboxModule.lua</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Michael Weingarden</div></div></div> Sat, 24 May 2014 23:18:05 +0000 michael714 113 at https://code.coronalabs.com dmc_websockets https://code.coronalabs.com/code/dmcwebsockets <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p><code>dmc_websockets</code> is an implementation of WebSockets RFC6544 for the Corona SDK.</p> <p>There are examples available at the github repo.</p> <p>docs: <a href="http://docs.davidmccuskey.com/display/docs/dmc_websockets.lua">http://docs.davidmccuskey.com/display/docs/dmc_websockets.lua</a></p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">dmccuskey</div></div></div> Wed, 14 May 2014 18:51:18 +0000 Anonymous 108 at https://code.coronalabs.com dmc_sockets – Buffered, non-blocking, event- or callback-based network library https://code.coronalabs.com/code/dmcsockets-%E2%80%93-buffered-non-blocking-event-or-callback-based-network-library <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p><code>dmc_sockets</code> is a non-blocking socket library which uses events or callbacks to notify an application about network changes. It will automatically read all available data into a buffer and notify you when any new data has arrived.</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">dmccuskey</div></div></div> Mon, 12 May 2014 23:00:26 +0000 Anonymous 107 at https://code.coronalabs.com Connection checker https://code.coronalabs.com/code/connection-checker <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>A simple connectivity checker.<br /> Example of use:</p> <pre><code>local connection = require("connection") connection.test(function (isAvaliable) if isAvailable then print("Connection available!") else print("No connection :(") end end) </code></pre></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">ProGM</div></div></div> Wed, 26 Mar 2014 15:30:06 +0000 Anonymous 95 at https://code.coronalabs.com RESTful APIs https://code.coronalabs.com/code/restful-apis <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><h3>Abstract RESTful API class</h3> <p><code>Rest.lua</code></p> <p>Easy to implement.</p> <h3>API description in LUA table</h3> <p><code>api_XXX.lua</code></p> <p>currently support:<br /> - <a href="//www.kinvey.com/)">Kinvey</a></p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">ShieldaX</div></div></div> Mon, 17 Feb 2014 15:13:42 +0000 Anonymous 72 at https://code.coronalabs.com Multiplayer for CoronaSDK https://code.coronalabs.com/code/multiplayer-coronasdk <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>OpenSource multiplayer and network messaging for CoronaSDK, Moai, Gideros &amp; LÖVE</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Overtorment</div></div></div> Thu, 23 Jan 2014 16:07:01 +0000 Anonymous 62 at https://code.coronalabs.com Dropbox https://code.coronalabs.com/code/dropbox <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Module to add Dropbox integration to your Corona project.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">F. E. Torkel</div></div></div> Wed, 22 Jan 2014 04:43:52 +0000 Anonymous 61 at https://code.coronalabs.com AutoLAN https://code.coronalabs.com/code/autolan <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>AutoLAN is now free for everyone to use and learn from! If you want to get started in local networking here is the place to start!</p></div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">M.Y. Developers</div></div></div> Sat, 18 Jan 2014 03:13:06 +0000 Anonymous 57 at https://code.coronalabs.com RSS Parser https://code.coronalabs.com/code/rss-parser <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded"><p>Load RSS feeds into your app. You can use network.request() to get the text of an RSS feed, pass it to this function and it will return a Lua table to you with each entry from the feed.</p> </div></div></div><div class="field field-name-field-nickname field-type-text field-label-inline clearfix"><div class="field-label">Contributor:&nbsp;</div><div class="field-items"><div class="field-item even">Rob Miracle</div></div></div> Sat, 18 Jan 2014 03:06:07 +0000 Anonymous 55 at https://code.coronalabs.com