10 September 2012
Corona Geek Hangout – Episode 4 – Memory Management, Corona Project Manager, and Corona SDK JSON Usage
Episode 4 of this week’s Corona Geek On Air show is live!
This week we discuss the release notes from previous Corona SDK builds, answer some more newbie questions, talk about the proper way to free up memory when working with objects, take a look at the Corona Project Manager as a time saving development tool, share some device news, and close with a discussion on using JSON in the Corona SDK API.
Be sure to see the show notes below for a full list of topics and resources that were discussed during the show.
As always, be sure to join us next Monday at 2pm CST for Episode 4 and add us to your Google+ Corona SDK circle.
Thanks for watching,
Charles McKeever
Corona Geek
Show Geeks:
- Brian Burton – Author of Mobile App Development with Corona: Getting Started
- Toff Ward – Developer / Geek / Gnome
- Charles McKeever – Developer / Gamer / Runner
If you are new to the conversation, the Corona SDK is a cross platform mobile development tool kit that makes it easy for developers to create native applications for Android and iOS devices as well as for Kindle, and Nook. You can find out more about the Corona SDK at http://www.CoronaLabs.com.
In this episode of the Corona Geek On Air Show we covered:
—
RELEASE NOTES
Daily Build Release Notes 900 thru 904
- Build 900 : Added client-side support for choosing iOS Beta SDKs in the build dialog when available.
- Build 900 : On large projects with lots of PNGs, dramatically decrease build times for “iPhone Developer” profiles by skipping XCode’s pngcrush step. Straight copy instead. On distribution builds (Ad Hoc or Store), we will continue to do pngcrush, as before.
- Build 903 : Added native.newMapView() support. (Supported on all Android devices, including Kindle Fire and Nook.)
- Build 903 : Android: Fixed bug where native display objects (ie: TextField, TextBox, WebView, etc.) have a “Top-Left” reference point by default instead of “Center” like on iOS.
- Build 904 : Changed behavior of native.newTextField event listener phases to be a closer match to iOS phases.
NEWBIE QUESTIONS
- How should I organize my project files? What is the best Corona project file structure to start out using? What are the “Standards”?
- Why do I have to create a rectangle and give it a fill color to have a background color?
CORONA BLOG HIGHTLIGHTS
- Properly removing objects and variables
- object:removeSelf()
- object = nil
- Is there a case where you would removeSelf() and not nil out the object?
- when should you nil out the object entirely?
APP REVIEW
- Corona Project Manager – CPM makes Corona SDK development faster, easier, and way more fun!
DEVICE NEWS
- iPhone 5 event on Sept 12, Wednesday / iOS 6 as well.
- iPad Mini Mockups? – Would you buy an iPad Mini?
- Near Field Communication (NFC) on Android, not on iPhone – what’s the story?
API SPOTLIGHT
- JSON
- json.decode()
- json.encode()
- json.null
- Tutorial – Exploring JSON Usage in Corona
Let’s Connect
Charles McKeever
Posted at 14:35h, 06 DecemberBrian recently did a tutorial over accessing data via JSON. Check it out, http://www.burtonsmediagroup.com/blog/2012/11/how-to-download-json-data-from-mysql-using-corona-sdk/