1. #1
    Sencha User
    Join Date
    Feb 2012
    Location
    Silicon Valley, CA
    Posts
    1
    Vote Rating
    0
    tahmed is on a distinguished road

      0  

    Default 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]

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,714
    Vote Rating
    438
    Answers
    3113
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    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.

Tags for this Thread