1 / 34

Building Native Apps for Web Developers

Presented at: Nextbridge LHR C1 May 17, 2012. Building Native Apps for Web Developers. Possibilities to explore and dig further. Questions regarding previous session?. ?. RECAPE. Topics we will cover in this presentation. PART 1. Sencha Touch

cheryl
Download Presentation

Building Native Apps for Web Developers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Presented at: Nextbridge LHR C1 May 17, 2012 Building Native Apps for Web Developers Possibilities to explore and dig further

  2. Questions regarding previous session? ?

  3. RECAPE

  4. Topics we will cover in this presentation PART 1 Sencha Touch Application Demonstration in Sencha Touch

  5. Hello World <!DOCTYPE HTML> <html> <head> <title>Hello World</title> <link rel="stylesheet" type="text/css" href="css/sencha-touch.css" /> <script type="text/javascript" src="js/sencha-touch-all.js"></script> </head> <body> <script type="text/javascript"> Ext.setup({ onReady: function() { var panel = Ext.create('Ext.Panel', { html: ‘Hello World' }); Ext.Viewport.add(panel); } }); </script> </body> </html>

  6. 1. Things to remember: Alice in Wonderland

  7. 10. Things to remember Always Respect User & User Experience

  8. Today’s AGENDA

  9. Topics we will cover in this presentation Titanium Formally Appcelerator CoronabyAnsca

  10. Titanium Topic 1

  11. Titanium SDK Native, Hybrid, and Mobile Web

  12. Titanium Studio Single IDE on all Platforms

  13. Titanium Analytics Unique Interface for User & Performance Analytics

  14. Appcelerator's Cloud Services Single Interface for All daily usage services

  15. Appcelerator's Cloud Services

  16. Titanium Architecture

  17. Difference between PhoneGap and Titanium PhoneGap Titanium It provide a single IDE for all platforms to bundle and package a project. It provide generalized as well as platform specific APIs • It provide mechanism to bundle and package into native deployment files but you have to do it manually. • It provide access to generalized set of features of any device

  18. Difference between PhoneGap and Titanium PhoneGap Titanium It provide mobile web as well as PURE NATIVE user experience It consists of around 5000+ APIs It provide almost all kind of cloud services • It do not encompass Native User Experience • It consists for around 500 APIs • It do not provide server based services

  19. Difference between PhoneGap and Titanium PhoneGap Titanium It’s a Enterprise level platform with fee. It also have a Desktop development version It has a very strong support system. • Its FREE • It only supports Mobile version • It do not provide any support

  20. Questions ?

  21. Do things practically Demo App

  22. Questions ?

  23. Corona SDK Topic 2

  24. How Corona SDK Build

  25. Is it popular? In 2011, Corona-powered apps have been downloaded over thirty-five million times. More Apps. More Downloads. More Visibility.

  26. Architecture of Corona SDK

  27. Syntax of LUA

  28. Sample code of LUA

  29. Sample OOP Class in LUA

  30. Questions ?

  31. Do things practically Demo App

  32. Questions ?

  33. Now its your turn to speak

  34. Presented at: Nextbridge LHR C1 May 17, 2012 Possibilities to explore and dig further Building Native Apps for Web Developers Designed & Presented by: NazarHussain Training Manager

More Related