Ahmad Alkhouly
Posts: 0
Joined: Wed Apr 09, 2014 12:39 pm

Open RSS Item in Custom Page !!

Hello,

Thank you for greet framework Appery and for your support

I have to do an app like one in this tutorial

"http://docs.appery.io/tutorials/build..." is RSS reader,

from my website side - I generate a RSS Feed URL with all of my required data
(ie, title, date, image, and full description of the page node)

@Appery App side - I need

1- StrartScreen page: with listed RSS items contain that (title, thumbnail image, and teaser or truncated description)

2- When Click the Item-title - Make it go to Appery Custom page to open the clicked item alone with its (title , date, image, full description)

so first issue

1- how to get the image from feed item to display beside the title

second one,

2- how to make title linked with internal Appery custom page not the external one

third,

3- how to make this custom page displayed this item full information from the Feed item

please help me to solve my issues

Thank you very much and regards

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Open RSS Item in Custom Page !!

Hello!

1) Map image URL to image component asset
2) On title click navigate to page. Using localStorage pass necessary parameters to the page you navigate to
3) Show retrieved through localStorage from another page data (or do additional request to get data using URL from localStorage from previous screen). Here is an example on how to pass id to the next page http://docs.appery.io/tutorials/build...

Ahmad Alkhouly
Posts: 0
Joined: Wed Apr 09, 2014 12:39 pm

Open RSS Item in Custom Page !!

Works Great Thank you very much for you help

Return to “Issues”