Embed presentation
Downloaded 15 times







![Basic Structure
Ext.define("HikeSedona.view.Main", {
extend: 'Ext.tab.Panel',
config: {
tabBarPosition: 'bottom',
items: [
{ xclass: 'HikeSedona.view.hike.Card'},
{ xclass: 'HikeSedona.view.Location'}
]
}
});](https://image.slidesharecdn.com/choosingtherightmobileplatform6-120422123414-phpapp02/75/Choosing-the-Right-Mobile-Development-Platform-Part-6-8-2048.jpg)












Sencha Touch 2 is a JavaScript API designed for developing mobile applications based on web standards, primarily targeting WebKit. It is available under free open source and commercial licenses, supporting various platforms through a structured framework. The document includes examples of the basic structure and components necessary for building an application using Sencha Touch.







![Basic Structure
Ext.define("HikeSedona.view.Main", {
extend: 'Ext.tab.Panel',
config: {
tabBarPosition: 'bottom',
items: [
{ xclass: 'HikeSedona.view.hike.Card'},
{ xclass: 'HikeSedona.view.Location'}
]
}
});](https://image.slidesharecdn.com/choosingtherightmobileplatform6-120422123414-phpapp02/75/Choosing-the-Right-Mobile-Development-Platform-Part-6-8-2048.jpg)










