I am new to sencha touch mobile web development.I have started to run examples in my local server in which I have worked the twitter feed examples but the feed is not able to displayed.The following shows the code.I have created two js one for app.js and another one for data.js , In the app js I have extended the ext js,In data js I have created model and stores to call the twitter api.The below code is
data.js
-------------------
Ext.regModel('Statuses',{
fields:['id_str','text']
});