SlideShare a Scribd company logo
1 of 26
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
www.unicomlearning.com 
IInnddiiaa MMoobbiilliittyy 
WWeeeekk 22001144 
www.cloudandmobility.org 
2200--SSeepp--22001144,, PPuunnee 
CCoorroonnaa ssddkk –– CCrroossss ppllaattffoorrmm aapppp aanndd ggaammee 
ddeevveellooppmmeenntt 
AAllttaaff RReehhmmaannii 
DDiirreeccttoorr 
RReeddbbyytteess SSooffttwwaarree PPrriivvaattee LLttdd..
Great times to be a mobile dev 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Altaf Rehmani - Introduction 
5 Years - TECH Entrepreneur 
Mobile solutions for SMEs and enterprises 
Educational mobile apps for kids 
12 Yrs Financial Services IT 
Past Projects: 
Capital Markets: Trading, Settlement, 
Treasury, Compliance 
Clients: Publishers, Real Estate, Retailers 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
www.unicomlearning.com 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144
So many platforms, so little time 
Developers face a real challenge making apps for multiple platforms 
Windows Phone 
C# 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
Android 
Java 
iOS 
Objective C 
mobile web 
HTML/CSS/Javascript 
BlackBerry OS 
Java, web 
Windows 8 
C#, C++ 
Bada 
C++ 
webOS 
HTML5, C++ 
Boot2Gecko 
HTML5
Cross-platform tools come to rescue 
drastically reduce costs by code reuse and efficient developer resource management 
2000 today – explosion of tools 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
100+ tools!
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
www.unicomlearning.com 
Agenda: 
Corona sdk – An overview 
Features 
Hands on game – in 20 mins
What is Corona? 
• A cross platform development mobile sdk from 
Corona labs (http://www.coronalabs.com) 
• An SDK that empowers developers to write 
mobile games and graphical rich apps for iOS and 
Android, quickly, and easily. 
• Corona produced apps have been downloaded 
more than 50m times 
• Corona apps are approved for the Kindle & Nook 
Platforms. 
• Price – Free to use and Publish. 16-50 USD / 
month for premium features 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
What is the SDK? 
• Lua Interpreter (110KB interpreter) 
• Open GL – ES 2.0 (graphics hardware 
acceleration standard) 
• Open AL 
• Physics engine built around Box2D 
• Native C, C++ libraries (injected at runtime 
depending on the platform) 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Things we love about the SDK 
• Huge Productivity Gains 
• Cross Platform Ability for iOS and 
Android 
• Content scaling and dynamic resolution 
• Simple, effective Dev environment and 
workflow 
• Helpful and active community 
• API keeps expanding 
• Physics and other Framework support 
• Lots of sample code and third party tools 
• Migration path from Flash to Corona 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Productivity 
• Displaying an image 
– Objective C (iOS) 
– Java (Android) 
– Corona sdk (both platforms) 
• Display.newImage(“myImage.png”) 
• Display.newImageRect(“myImage.png”,1024,768) 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
What about Lua? 
• Lua is small 
As small as <100 KB (DLL/LIB) 
Easy runs on small devices or in small apps. 
• Lua is simple to use 
To use-well suited for small software 
To learn- ~20 keywords, ~20 operators 
Powerful arrays 
• Lua is fast 
• Apart from this, dynamic typing first class functions, 
easy interop, written in C, ample libraries. 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Corona Development Process 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
SDK is good at 
• 2-D Games 
• Graphical-oriented Utilities 
• Comics 
• Rapid Prototyping 
• Apps which are graphical in nature 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Jun 11 – Jun 13 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
facebook.com/tinytapps
Simple and effective dev 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
workflow 
• Projects are kept separate folders 
• Assets are compiled into app 
• App Code starts in the “main.lua” 
• Code Editors of your choice: 
Text Wrangler, BBEdit, Xcode, Notepad ++ .. 
• Works on Windows and Mac 
• Compilation does not happen locally!
www.unicomlearning.com Continued Innovation 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Tools for game developers 
• Spriteloq – convert Flash animations to Corona 
• LevelHelper,, Sprite helper emit corona code 
• Kwik – Photoshop CS5 plugin to create comics, 
storybooks from psd files 
• CPM – Corona Project Manager to manage your 
projects 
• Particle Candy – professional effects for games 
• Lime – include tilemaps created in Tiled 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Sample Code available 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
And Much More..
Brand Ambassadors 
• Redbytes software – brand ambassadors for corona 
sdk 
• 15 day hands on Corona sdk Masterclass. 
– Full cross platform game developed by you 
• Corona sdk licenses available from redbytes with 
discounts for startups, colleges and mobile 
developers 
Contact: 
altafr@redbytes.in 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
Demo – Game Prototype 
• Rameez Bhat – Corona lead Engineer 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww
SSppeeaakkeerr nnaammee:: AAllttaaff RReehhmmaannii 
EEmmaaiill IIDD:: aallttaaffrr@@rreeddbbyytteess..iinn 
UUNNIICCOOMM PPrreesseennttss 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
CCoorroonnaa SSddkk OOvveerrvviieeww 
www.unicomlearning.com 
IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 
OOrrggaanniizzeedd bbyy 
UUNNIICCOOMM TTrraaiinniinnggss && SSeemmiinnaarrss PPvvtt.. LLttdd.. 
ccoonnttaacctt@@uunniiccoommlleeaarrnniinngg..ccoomm 
www.cloudandmobility.org 
LinkedIn/altafr 
Twitter: @altafr, 
altafr@redbytes.in

More Related Content

Similar to India mobility week - Introduction to Corona sdk - Altaf Rehmani

Day One Keynote
Day One KeynoteDay One Keynote
Day One Keynotegoodfriday
 
Go Digital Faster with Wakanda Mobile & Web App Factory
Go Digital Faster with Wakanda Mobile & Web App FactoryGo Digital Faster with Wakanda Mobile & Web App Factory
Go Digital Faster with Wakanda Mobile & Web App FactoryCyril Reinhard
 
mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...
mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...
mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...geoff stead
 
Web Developers are now Mobile Developers
Web Developers are now Mobile Developers Web Developers are now Mobile Developers
Web Developers are now Mobile Developers boyney123
 
Day One Keynote
Day One KeynoteDay One Keynote
Day One Keynotegoodfriday
 
Splunk Platform 2020 & Beyond
Splunk Platform 2020 & Beyond Splunk Platform 2020 & Beyond
Splunk Platform 2020 & Beyond Splunk
 
raph Databases with Neo4j – Emil Eifrem
raph Databases with Neo4j – Emil Eifremraph Databases with Neo4j – Emil Eifrem
raph Databases with Neo4j – Emil Eifrembuildacloud
 
Going Global 101: How to Manage Your Websites Worldwide Using Drupal
Going Global 101: How to Manage Your Websites Worldwide Using DrupalGoing Global 101: How to Manage Your Websites Worldwide Using Drupal
Going Global 101: How to Manage Your Websites Worldwide Using DrupalAcquia
 
Big Data And HTML5 (DevCon TLV 2012)
Big Data And HTML5 (DevCon TLV 2012)Big Data And HTML5 (DevCon TLV 2012)
Big Data And HTML5 (DevCon TLV 2012)Ido Green
 
The Wikitude SDK and the Wikitude Studio
The Wikitude SDK and the Wikitude StudioThe Wikitude SDK and the Wikitude Studio
The Wikitude SDK and the Wikitude StudioMartin Lechner
 
Product innovation award
Product innovation awardProduct innovation award
Product innovation awardanyscale
 
Richard Cardinale Systems Engineer Resume
Richard Cardinale Systems Engineer ResumeRichard Cardinale Systems Engineer Resume
Richard Cardinale Systems Engineer ResumeRichard Cardinale
 
Developing multi-functional “sensor” web service platform for citizen sensing
Developing multi-functional “sensor” web service platform for citizen sensingDeveloping multi-functional “sensor” web service platform for citizen sensing
Developing multi-functional “sensor” web service platform for citizen sensingSnowflake Software
 
Superfast Business - Technology Trends for Business
Superfast Business - Technology Trends for BusinessSuperfast Business - Technology Trends for Business
Superfast Business - Technology Trends for BusinessSuperfast Business
 
Introduction to ThousandEyes
Introduction to ThousandEyesIntroduction to ThousandEyes
Introduction to ThousandEyesThousandEyes
 
Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...
Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...
Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...Xamarin
 
Cubeacon iBeacon Platform and BackEnd as a Service
Cubeacon iBeacon Platform and BackEnd as a ServiceCubeacon iBeacon Platform and BackEnd as a Service
Cubeacon iBeacon Platform and BackEnd as a ServiceAvianto Tiyo
 
TYPO3 Congres 2012 - Responsive webdesign
TYPO3 Congres 2012 - Responsive webdesignTYPO3 Congres 2012 - Responsive webdesign
TYPO3 Congres 2012 - Responsive webdesignTYPO3 Nederland
 
Superfast Business - Moving to the Cloud
Superfast Business - Moving to the CloudSuperfast Business - Moving to the Cloud
Superfast Business - Moving to the CloudSuperfast Business
 

Similar to India mobility week - Introduction to Corona sdk - Altaf Rehmani (20)

Day One Keynote
Day One KeynoteDay One Keynote
Day One Keynote
 
Go Digital Faster with Wakanda Mobile & Web App Factory
Go Digital Faster with Wakanda Mobile & Web App FactoryGo Digital Faster with Wakanda Mobile & Web App Factory
Go Digital Faster with Wakanda Mobile & Web App Factory
 
mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...
mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...
mLearnCon 2014 Featured Session: How Emerging Mobile Technologies Are Redefin...
 
Web Developers are now Mobile Developers
Web Developers are now Mobile Developers Web Developers are now Mobile Developers
Web Developers are now Mobile Developers
 
Day One Keynote
Day One KeynoteDay One Keynote
Day One Keynote
 
Splunk Platform 2020 & Beyond
Splunk Platform 2020 & Beyond Splunk Platform 2020 & Beyond
Splunk Platform 2020 & Beyond
 
raph Databases with Neo4j – Emil Eifrem
raph Databases with Neo4j – Emil Eifremraph Databases with Neo4j – Emil Eifrem
raph Databases with Neo4j – Emil Eifrem
 
Going Global 101: How to Manage Your Websites Worldwide Using Drupal
Going Global 101: How to Manage Your Websites Worldwide Using DrupalGoing Global 101: How to Manage Your Websites Worldwide Using Drupal
Going Global 101: How to Manage Your Websites Worldwide Using Drupal
 
SpaceAR
SpaceARSpaceAR
SpaceAR
 
Big Data And HTML5 (DevCon TLV 2012)
Big Data And HTML5 (DevCon TLV 2012)Big Data And HTML5 (DevCon TLV 2012)
Big Data And HTML5 (DevCon TLV 2012)
 
The Wikitude SDK and the Wikitude Studio
The Wikitude SDK and the Wikitude StudioThe Wikitude SDK and the Wikitude Studio
The Wikitude SDK and the Wikitude Studio
 
Product innovation award
Product innovation awardProduct innovation award
Product innovation award
 
Richard Cardinale Systems Engineer Resume
Richard Cardinale Systems Engineer ResumeRichard Cardinale Systems Engineer Resume
Richard Cardinale Systems Engineer Resume
 
Developing multi-functional “sensor” web service platform for citizen sensing
Developing multi-functional “sensor” web service platform for citizen sensingDeveloping multi-functional “sensor” web service platform for citizen sensing
Developing multi-functional “sensor” web service platform for citizen sensing
 
Superfast Business - Technology Trends for Business
Superfast Business - Technology Trends for BusinessSuperfast Business - Technology Trends for Business
Superfast Business - Technology Trends for Business
 
Introduction to ThousandEyes
Introduction to ThousandEyesIntroduction to ThousandEyes
Introduction to ThousandEyes
 
Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...
Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...
Kimberly-Clark: Challenging the Customer Engagement Status-Quo with an iPad, ...
 
Cubeacon iBeacon Platform and BackEnd as a Service
Cubeacon iBeacon Platform and BackEnd as a ServiceCubeacon iBeacon Platform and BackEnd as a Service
Cubeacon iBeacon Platform and BackEnd as a Service
 
TYPO3 Congres 2012 - Responsive webdesign
TYPO3 Congres 2012 - Responsive webdesignTYPO3 Congres 2012 - Responsive webdesign
TYPO3 Congres 2012 - Responsive webdesign
 
Superfast Business - Moving to the Cloud
Superfast Business - Moving to the CloudSuperfast Business - Moving to the Cloud
Superfast Business - Moving to the Cloud
 

Recently uploaded

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Recently uploaded (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

India mobility week - Introduction to Corona sdk - Altaf Rehmani

  • 1. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww www.unicomlearning.com IInnddiiaa MMoobbiilliittyy WWeeeekk 22001144 www.cloudandmobility.org 2200--SSeepp--22001144,, PPuunnee CCoorroonnaa ssddkk –– CCrroossss ppllaattffoorrmm aapppp aanndd ggaammee ddeevveellooppmmeenntt AAllttaaff RReehhmmaannii DDiirreeccttoorr RReeddbbyytteess SSooffttwwaarree PPrriivvaattee LLttdd..
  • 2. Great times to be a mobile dev UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 3. Altaf Rehmani - Introduction 5 Years - TECH Entrepreneur Mobile solutions for SMEs and enterprises Educational mobile apps for kids 12 Yrs Financial Services IT Past Projects: Capital Markets: Trading, Settlement, Treasury, Compliance Clients: Publishers, Real Estate, Retailers UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww www.unicomlearning.com UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144
  • 4. So many platforms, so little time Developers face a real challenge making apps for multiple platforms Windows Phone C# UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww Android Java iOS Objective C mobile web HTML/CSS/Javascript BlackBerry OS Java, web Windows 8 C#, C++ Bada C++ webOS HTML5, C++ Boot2Gecko HTML5
  • 5. Cross-platform tools come to rescue drastically reduce costs by code reuse and efficient developer resource management 2000 today – explosion of tools UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww 100+ tools!
  • 6. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww www.unicomlearning.com Agenda: Corona sdk – An overview Features Hands on game – in 20 mins
  • 7. What is Corona? • A cross platform development mobile sdk from Corona labs (http://www.coronalabs.com) • An SDK that empowers developers to write mobile games and graphical rich apps for iOS and Android, quickly, and easily. • Corona produced apps have been downloaded more than 50m times • Corona apps are approved for the Kindle & Nook Platforms. • Price – Free to use and Publish. 16-50 USD / month for premium features UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 8. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 9. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 10. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 11. What is the SDK? • Lua Interpreter (110KB interpreter) • Open GL – ES 2.0 (graphics hardware acceleration standard) • Open AL • Physics engine built around Box2D • Native C, C++ libraries (injected at runtime depending on the platform) UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 12. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 13. Things we love about the SDK • Huge Productivity Gains • Cross Platform Ability for iOS and Android • Content scaling and dynamic resolution • Simple, effective Dev environment and workflow • Helpful and active community • API keeps expanding • Physics and other Framework support • Lots of sample code and third party tools • Migration path from Flash to Corona UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 14. Productivity • Displaying an image – Objective C (iOS) – Java (Android) – Corona sdk (both platforms) • Display.newImage(“myImage.png”) • Display.newImageRect(“myImage.png”,1024,768) UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 15. What about Lua? • Lua is small As small as <100 KB (DLL/LIB) Easy runs on small devices or in small apps. • Lua is simple to use To use-well suited for small software To learn- ~20 keywords, ~20 operators Powerful arrays • Lua is fast • Apart from this, dynamic typing first class functions, easy interop, written in C, ample libraries. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 16. Corona Development Process UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 17. SDK is good at • 2-D Games • Graphical-oriented Utilities • Comics • Rapid Prototyping • Apps which are graphical in nature UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 18. UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 19. Jun 11 – Jun 13 UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww facebook.com/tinytapps
  • 20. Simple and effective dev UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww workflow • Projects are kept separate folders • Assets are compiled into app • App Code starts in the “main.lua” • Code Editors of your choice: Text Wrangler, BBEdit, Xcode, Notepad ++ .. • Works on Windows and Mac • Compilation does not happen locally!
  • 21. www.unicomlearning.com Continued Innovation UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 22. Tools for game developers • Spriteloq – convert Flash animations to Corona • LevelHelper,, Sprite helper emit corona code • Kwik – Photoshop CS5 plugin to create comics, storybooks from psd files • CPM – Corona Project Manager to manage your projects • Particle Candy – professional effects for games • Lime – include tilemaps created in Tiled UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 23. Sample Code available UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww And Much More..
  • 24. Brand Ambassadors • Redbytes software – brand ambassadors for corona sdk • 15 day hands on Corona sdk Masterclass. – Full cross platform game developed by you • Corona sdk licenses available from redbytes with discounts for startups, colleges and mobile developers Contact: altafr@redbytes.in UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 25. Demo – Game Prototype • Rameez Bhat – Corona lead Engineer UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww
  • 26. SSppeeaakkeerr nnaammee:: AAllttaaff RReehhmmaannii EEmmaaiill IIDD:: aallttaaffrr@@rreeddbbyytteess..iinn UUNNIICCOOMM PPrreesseennttss IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 CCoorroonnaa SSddkk OOvveerrvviieeww www.unicomlearning.com IInnddiiaa MMoobbiilliittyy WWeeeekk--22001144 OOrrggaanniizzeedd bbyy UUNNIICCOOMM TTrraaiinniinnggss && SSeemmiinnaarrss PPvvtt.. LLttdd.. ccoonnttaacctt@@uunniiccoommlleeaarrnniinngg..ccoomm www.cloudandmobility.org LinkedIn/altafr Twitter: @altafr, altafr@redbytes.in

Editor's Notes

  1. It’s a wonderful time to be a mobile developer – we got some amazing traction and momentum building with mobile, Mobile developers - 8.7m worldwide - 50% doing mobile development Asia pacific leads mobile dev growth - with 46% more developers on mobile smartphones - still 30% of all world&amp;apos;s phones. Tablets - fastest growing than PCs ever did . mobile usage continues to rise rapidly - 25% of total web usage. Cloud , Social, Internet of things – To dangerous - 83 apps – iOS , 53 apps Android New initiaitves
  2. Living in this exciting and dangerous times – I am Altaf Rehmani. I founded redbytes software – 40 people in Pune Before I came to this exciting world – I worked in the boring – but high paying world of financial services.
  3. One of the challenges with mobile app development – is there are multiplatforms
  4. - Better code reuse cross-platform tools are proven to increase the number of platforms simultaneously catered to by developers. Managing development resources (see report for details)
  5. Name : here to share some knowhow and experience of developing apps with the corona sdk.
  6. Walter and Carlos from ex-adobe (flash engineering team) Pros and cons with going with this approach.
  7. Bubble Ball 14 yr old – Robert Nay (&amp;gt; 7m Downloads) Float – Crawl Space games ~ 1 million downloads; one day to prototype; 2 months to develop Blast Monkeys – &amp;gt; 12M downloads: created in 14 days Joe Kauffman – Fire Maple Games: 2 games over 3.5m downloads, and1m in revenue
  8. Brings back memories when I saw visual basic – I can clearly draw an analogy.
  9. Recent hackathon in LA – yielded a number of games in 12 hours non-stop contest.
  10. Show quick demo of business app -
  11. Need sdks to compile android on windows Use a mac – compile for both iOS and Android.
  12. sync with drop box folder - requires a dropbox account. special folder gets created and it is here u need to keep all the files.
  13. A number of online multiplayer platforms also support Corona sdk – shephertz, photon, pubnub , parse,
  14. Show more sample code and running samples