340 likes | 541 Views
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
E N D
Presented at: Nextbridge LHR C1 May 17, 2012 Building Native Apps for Web Developers Possibilities to explore and dig further
Topics we will cover in this presentation PART 1 Sencha Touch Application Demonstration in Sencha Touch
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>
10. Things to remember Always Respect User & User Experience
Today’s AGENDA
Topics we will cover in this presentation Titanium Formally Appcelerator CoronabyAnsca
Titanium Topic 1
Titanium SDK Native, Hybrid, and Mobile Web
Titanium Studio Single IDE on all Platforms
Titanium Analytics Unique Interface for User & Performance Analytics
Appcelerator's Cloud Services Single Interface for All daily usage services
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
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
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
Do things practically Demo App
Corona SDK Topic 2
Is it popular? In 2011, Corona-powered apps have been downloaded over thirty-five million times. More Apps. More Downloads. More Visibility.
Do things practically Demo App
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