I have been catching up on the work of CAM, who has an excellent, so far 3 part series on how to build a MVC mobile application using Sencha Touch. The Sencha Touch tutorials seem to leave a lot of people confused so CAM hand holding and informative approached is quite refreshing. Head over to the site:
Sencha Touch MVC Application Tutorial
3 responses to “Sencha Touch MVC Application Tutorial”
-
You’ve got to be kidding meit’s so tarnpsanretly clear now!
-
[…] #split {}#single {}#splitalign {margin-left: auto; margin-right: auto;}#singlealign {margin-left: auto; margin-right: auto;}#splittitlebox {text-align: center;}#singletitlebox {text-align: center;}.linkboxtext {line-height: 1.4em;}.linkboxcontainer {padding: 7px 7px 7px 7px;background-color:#eeeeee;border-color:#000000;border-width:0px; border-style:solid;}.linkboxdisplay {padding: 7px 7px 7px 7px;}.linkboxdisplay td {text-align: center;}.linkboxdisplay a:link {text-decoration: none;}.linkboxdisplay a:hover {text-decoration: underline;} function opensingledropdown() { document.getElementById('singletablelinks').style.display = ''; document.getElementById('singlemouse').style.display = 'none'; } function closesingledropdown() { document.getElementById('singletablelinks').style.display = 'none'; document.getElementById('singlemouse').style.display = ''; } Create An HTML/CSS Mobile Web App Using Sencha TouchI liked this: Create An HTML/CSS Mobile Web App Using Sencha TouchSencha Touch Charts Sparks a Revolution in Data Interaction and Visualization on the WebSencha Touch MVC Application – Part 2Sencha Touch Charts Now AvailableSencha Touch MVC Application Tutorial […]
-
Hi all Sencha Touch Dev,
i am a new Dev that i have one problem need someone to help something,I want to get Json Data Transfer from url:http://townhub.bmsolution.biz/mysql2json-2010-11-07/example.php but it error. SMS Error on Fire buge: invalid label
[Break On This Error] “data”: [
here is my code:index.php
Test Sencha Respone Json Data
Test Sencha Respone Json Data
app.js
// JavaScript Document
Ext.application({
name: ‘Sencha’,
launch: function() {
Ext.create(‘Ext.DataView’, {
fullscreen: true,
store: {
autoLoad: true,
//fields: [‘from_user’, ‘text’, ‘profile_image_url’],
fields: [“id”,”cust_firstname”, “cust_lastname”,”cust_email”],proxy: {
type: ‘jsonp’,
url: ‘http://townhub.bmsolution.biz/mysql2json-2010-11-07/example.php’,reader: {
type: ‘json’,
root: ‘data’
}
}
},
/*
itemConfig: {
tpl: ‘{from_user}{text}’
}*/
});}
});pls help me, and thank u for advance ………..for reply me i allway waitting .,
Leave a Reply