NicolasArizaV.
Posts: 0
Joined: Sun Oct 21, 2012 5:20 am

How can I extract an image from an RSS Feed

Hi guys new to Tiggzi so far loving it more powerful than I expected, I'm following the Building Mobile RSS App to create my own, its called iTunes top 10 paid games. So far based on the example I was able to list all the games from the feed (Including name, price, and author) however I haven't been able to extract the images, any hints ? thanks.

This is the feed I'm using : https://itunes.apple.com/us/rss/toppa...

Regards,

Nico Image Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How can I extract an image from an RSS Feed

Saw your email to support so will just reply here. Try mapping 'text' property.. I think it holds the actual URL to the image.

NicolasArizaV.
Posts: 0
Joined: Sun Oct 21, 2012 5:20 am

How can I extract an image from an RSS Feed

Hi Max, I tried mapping all properties from the image[] asset and it shows an empty image I even tried mapping the text property to a label instead of an image to see if I got the URL but no luck.

Kevin
Posts: 0
Joined: Sun Oct 07, 2012 7:58 pm

How can I extract an image from an RSS Feed

Hi Nicolas,

I think you might be mapping from the wrong source.

Please try This:

Map link[ ] @href to Image Asset.

Instead of image[ ] @height to Image Asset.

Let me know if it's not clear.

NicolasArizaV.
Posts: 0
Joined: Sun Oct 21, 2012 5:20 am

How can I extract an image from an RSS Feed

Hi Kevin thanks for your suggestion, still nothing I connected the @href to image assest in link and did not show the image.

NicolasArizaV.
Posts: 0
Joined: Sun Oct 21, 2012 5:20 am

How can I extract an image from an RSS Feed

Not sure if the problem is because the feed has 3 images you can choose from, I have tried to add with the + sign in the rest services attributes like @height=100 or @height:100, etc) still no luck. Any ideas. Thanks.

Image

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How can I extract an image from an RSS Feed

Place the image inside a grid.

Map images[] to the grid (you will have a grid inside a grid)
Map text to image asset attribute.

NicolasArizaV.
Posts: 0
Joined: Sun Oct 21, 2012 5:20 am

How can I extract an image from an RSS Feed

Hi Max it worked, thank you so much!!!. This tool is really cool.

TomBenson
Posts: 0
Joined: Sun Feb 05, 2012 12:55 am

How can I extract an image from an RSS Feed

Hi Max,

This is great. I am trying something similar...to map a link to an image.

We'd like the user to click a button in the grid, in order to go to the RSS item, instead of clicking the Title. The button is an image that says "Click Me" or something like that.

So, we'd like to assign the link RSS item to be the link for the image that we've inserted in the grid.

Alternatively we could embed the same "Click me" button in each RSS item, and send that button definition via the feed, but we'd like to avoid that, because then the window will have to re-download that image file for every single row of the RSS.

Any suggestions? I tried a few variations of your "insert grid" solution an none of them worked...

Thanks

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How can I extract an image from an RSS Feed

I'm not 100% sure I understand the question. Can you share the RSS feed and show me what you want to map to what?

Return to “Issues”