Corona SDK Application Design

Corona SDK Application Design

Language: English

Pages: 98

ISBN: 1849697361

Format: PDF / Kindle (mobi) / ePub


If you have ambitions to build apps that work on both iOS and Android, then this guide to Corona SDK will help you realize them quickly and painlessly. From developing to marketing - it's all here.

Overview

  • Build apps that can be used on multiple platforms
  • Test your apps and publish them on GooglePlay and Apple’s App store
  • Develop your own apps with the help of interactive examples

In Detail

Corona SDK is a software development kit, which allows programmers to build mobile applications on iOS and Android devices. It is used by developers to build, both business and gaming apps at record speeds.

"Corona SDK Application Design" will show you the power behind Corona SDK and how to make best use of its features to create your own apps. Learn to create apps using your unique ideas quickly and easily.'

You will start with a quick introduction to Corona SDK and the Lua programming language. Follow examples for creating a business as well as a gaming app to help you learn how to utilize Corona’s built-in features effectively to develop professional-looking apps with excellent functionality. Soon you will be confident enough to create your own apps and publish them on popular app stores. Towards the end of the book the author shares some of his own tried and tested marketing techniques to help you get your app seen and downloaded by as many people as possible.

What you will learn from this book

  • Learn the basics of Lua to start developing apps
  • Create a business application for a local business
  • Develop a fun puzzle game suitable for kids and adults
  • Use Corona’s exclusive Storyboard feature
  • Make your game available to the public

Approach

A step by step tutorial that focuses on everything from setup to deployment of basic apps.

Who this book is written for

Have you ever wanted to create your own app? Then this book is for you. You will learn how to create apps using Corona SDK and how to publish your app so others can get a glimpse of your creation. This book is aimed at both Android and iOS app developers. The reader must have basic knowledge of app development.

 

 

 

 

 

 

 

 

 

 

where he blogs about everything from mobile game development to robotics. Predrag Končar is a founder of Glyphed – a multidisciplinary research studio. His primary areas of interest are programming and combining technology and art. Predrag is also into robotics, image and audio processing, and interactive design, and he likes to spend his free time painting. In the last 12 years, he has worked as a Technical and Creative Director on many online projects, published over 40 online games,

display.newRect(0,175,320,2) rect_middleBackground:setFillColor(0,0,0) rect_middleBackground:toBack() rect_background = display.newRect(0,0,320,480) rect_background:toBack() Note You may not see any big changes yet, but they're coming! After we've added a background to our app, our next task is to make some changes to the event listeners for our tab buttons. Currently, we have two event listeners that will change the view when a button is touched. We need to modify the functions to

screen local bg = display.newRect( 0, 0, display.contentWidth, display.contentHeight ) bg:setFillColor( 255 ) -- white These lines are used to create a background for our view. Since we have already created one in main.lua, we no longer need it. Next, we will add four variables in the place of the background variable. These variables will hold the content for view1.lua. By keeping the content separated, we are making the content easier to change later on. namePart1 = "Frank's" namePart2 =

what phase the user is at with the input box. The event comes with four phases: Began: This phase represents when the user has tapped the input box for the first time. Editing: This phase represents when the user starts to type. Ended: This phase represents when the user has tapped another area outside of the input box. Submitted: This represents when the user has hit the return key on the keyboard. If you would like to learn more about events, Corona has more information at

installed, you are provided with sample code sets and limited trials to third-party products. The sample code is especially helpful for individuals just starting with Corona SDK: Once you've opened the Corona Simulator, you will be presented with the Welcome to Corona screen as follows: The welcome screen contains links to Sample Apps, APIs, Forums, Share Code, and more tutorials. Besides the Sample Apps, one of the best features of the welcome screen is the ability to demo features. By

Download sample

Download