-
20 Feb 2012 11:32 PM #1
Unanswered: Building your first app - pulling in a remote feed
Unanswered: Building your first app - pulling in a remote feed
Hey all, extreme newb here.
The "Building your first App" page uses the example of pulling in a feed using the Google Feed API service (http://docs.sencha.com/touch/2-0/#!/guide/first_app), however the reference to the full source code grabs a local file from examples/getting_started.
So I've been trying to modify that to be similar to First App article, but can't seem to get it to work. Here's the app.js: http://pastebin.com/qcg1ZyxT
Basically it doesn't show anything on screen, but if I take this part out it loads but w/o the content:
reader:
{
type: 'json',
rootProperty: 'responseData.feed.entries'
}
Though the First App example uses this and it seems to work...?
Thanks!- Tariq Ahmed [aftershox.com]
-
21 Feb 2012 8:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
What version are you using? In beta3 the getting_started app is using the remote data and is runnable.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote