SlideShare a Scribd company logo
MVC IN SENCHA TOUCH

                 By,
                       Amith
Why MVC?
What‟s MVC?
 Small Talk 80 introduces MVC



 Model
 View
 Controller
Model

 Loads and manages the application data


 Usually in response to request from the
  View
View

 Manages the display of information and
 UI controls
Controller

 Listens for input from the user , updates
  Model and View
Model

        Table


        +Insert()

        +update()

        +delete()
View
Controller
Model

Ext.define(„MyApp.model.User‟,{
  extend:‟ext.data.model‟,
     fields:[
           „name‟,
           „email‟,
           „password‟
     ]
});
View

Ext.define(‘MyApp.view.Info’,{
    extend:’Ext.Panel’,
    config:{
             html:’this is such a good example’
    }
});
Controller
Ext.define(„MyApp.controller.Users‟,{
    extend:‟ext.app.Controller‟,
    init:function(){
         this.control({
         „button‟:{
                 tap:function(){
                         alert(“you have tapped a button”);
                 }
         }
         });
         },
});
File Structure
Live Code*



        *Might end in a disaster..!!!
Questions…?
Thank you..!

More Related Content

Similar to MVC In Sencha Touch (20)

PDF
Create a mobile web app with Sencha Touch
James Pearce
 
PPTX
Sencha Touch MVC
Neha Upadhyay
 
PDF
Sencha touch application v2.00
Trịnh Thành
 
ODP
ExtJS framework
Vincenzo Ferrari
 
PDF
Structuring Your Sencha Touch Application
Sencha
 
PPT
Ext Js
Corey Butler
 
PDF
A mobile web app for Android in 75 minutes
James Pearce
 
PDF
JS and patterns
David Rodenas
 
PPTX
Intro to sencha touch
Chandra S Oemarjadi
 
KEY
[Coscup 2012] JavascriptMVC
Alive Kuo
 
PDF
MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
Ravi Bhadauria
 
PPTX
Basics of Ext JS
ikhwanhayat
 
PPTX
Ext Js introduction and new features in Ext Js 6
Sushil Shinde
 
PPTX
Introduction to ExtJS and its new features
Synerzip
 
PDF
Declarative and standards-based web application development with the Ample SDK
Béla Varga
 
KEY
MVC on the server and on the client
Sebastiano Armeli
 
PDF
JavascriptMVC: Another choice of web framework
Alive Kuo
 
PPTX
Bringing the light to the client with KnockoutJS
Boyan Mihaylov
 
PDF
Best ExtJS Training in Bangalore. Join myTectra Now
myTectra Learning Solutions Private Ltd
 
PPT
Understanding Framework Architecture using Eclipse
anshunjain
 
Create a mobile web app with Sencha Touch
James Pearce
 
Sencha Touch MVC
Neha Upadhyay
 
Sencha touch application v2.00
Trịnh Thành
 
ExtJS framework
Vincenzo Ferrari
 
Structuring Your Sencha Touch Application
Sencha
 
Ext Js
Corey Butler
 
A mobile web app for Android in 75 minutes
James Pearce
 
JS and patterns
David Rodenas
 
Intro to sencha touch
Chandra S Oemarjadi
 
[Coscup 2012] JavascriptMVC
Alive Kuo
 
MVC Design Pattern in JavaScript by ADMEC Multimedia Institute
Ravi Bhadauria
 
Basics of Ext JS
ikhwanhayat
 
Ext Js introduction and new features in Ext Js 6
Sushil Shinde
 
Introduction to ExtJS and its new features
Synerzip
 
Declarative and standards-based web application development with the Ample SDK
Béla Varga
 
MVC on the server and on the client
Sebastiano Armeli
 
JavascriptMVC: Another choice of web framework
Alive Kuo
 
Bringing the light to the client with KnockoutJS
Boyan Mihaylov
 
Best ExtJS Training in Bangalore. Join myTectra Now
myTectra Learning Solutions Private Ltd
 
Understanding Framework Architecture using Eclipse
anshunjain
 

Recently uploaded (20)

PDF
Next Generation AI: Anticipatory Intelligence, Forecasting Inflection Points ...
dleka294658677
 
PPTX
2025 HackRedCon Cyber Career Paths.pptx Scott Stanton
Scott Stanton
 
PPTX
Enabling the Digital Artisan – keynote at ICOCI 2025
Alan Dix
 
PDF
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
PDF
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
PDF
GDG Cloud Southlake #44: Eyal Bukchin: Tightening the Kubernetes Feedback Loo...
James Anderson
 
PDF
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
PDF
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PDF
Draugnet: Anonymous Threat Reporting for a World on Fire
treyka
 
PDF
Modern Decentralized Application Architectures.pdf
Kalema Edgar
 
PDF
Dev Dives: Accelerating agentic automation with Autopilot for Everyone
UiPathCommunity
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
Wondershare Filmora Crack Free Download 2025
josanj305
 
PDF
DoS Attack vs DDoS Attack_ The Silent Wars of the Internet.pdf
CyberPro Magazine
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
PDF
Kubernetes - Architecture & Components.pdf
geethak285
 
Next Generation AI: Anticipatory Intelligence, Forecasting Inflection Points ...
dleka294658677
 
2025 HackRedCon Cyber Career Paths.pptx Scott Stanton
Scott Stanton
 
Enabling the Digital Artisan – keynote at ICOCI 2025
Alan Dix
 
Java 25 and Beyond - A Roadmap of Innovations
Ana-Maria Mihalceanu
 
Quantum Threats Are Closer Than You Think – Act Now to Stay Secure
WSO2
 
GDG Cloud Southlake #44: Eyal Bukchin: Tightening the Kubernetes Feedback Loo...
James Anderson
 
Darley - FIRST Copenhagen Lightning Talk (2025-06-26) Epochalypse 2038 - Time...
treyka
 
5 Things to Consider When Deploying AI in Your Enterprise
Safe Software
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
Draugnet: Anonymous Threat Reporting for a World on Fire
treyka
 
Modern Decentralized Application Architectures.pdf
Kalema Edgar
 
Dev Dives: Accelerating agentic automation with Autopilot for Everyone
UiPathCommunity
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Wondershare Filmora Crack Free Download 2025
josanj305
 
DoS Attack vs DDoS Attack_ The Silent Wars of the Internet.pdf
CyberPro Magazine
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
Hello I'm "AI" Your New _________________
Dr. Tathagat Varma
 
Kubernetes - Architecture & Components.pdf
geethak285
 
Ad

MVC In Sencha Touch