Page 1 of 1

Open RSS Item in Custom Page !!

Posted: Wed Apr 09, 2014 12:39 pm
by Ahmad Alkhouly

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


Open RSS Item in Custom Page !!

Posted: Wed Apr 09, 2014 1:13 pm
by Maryna Brodina

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...


Open RSS Item in Custom Page !!

Posted: Thu Apr 10, 2014 8:08 am
by Ahmad Alkhouly

Works Great Thank you very much for you help