Page 1 of 2

Dynamic Pages from REST

Posted: Thu Jul 03, 2014 9:23 pm
by Seth

Alright;
So basically i'm trying to make a web-app that displays all of firefly's (TV Shows) episodes and display data about the shower. Air date; etc.

I have a full understanding of how to get the REST data to populate the listview with data; but i need an onclick event to "navigate" to a "dynamic" page that has content from forsay Episode 1 then it displays Season 1; Episode 1 summary.

Before i get started i HAVE read around and i am ASKING HERE for someones help... I've read http://devcenter.appery.io/documentat... but it isn't detailed enough.

I'm an IT Admin so programming is very new to me and that is why i'm using this platform...

------------

Here is what i have so far -

Starting Page is what loads the episode name from this REST api here ( http://imdbapi.poromenos.org/js/?name... )

Image of Starting Page - http://i.imgur.com/hJpFwdS.png

Appery View - http://i.imgur.com/ryxJizs.png

Rest Settings - http://i.imgur.com/5Shzzvh.png

This is what i need todo (Diagram)

http://i.imgur.com/ql9D34o.png

-------

I'm asking if anyone could take screenshots on how you would do this or create a tutorial i am willing to pay...

Thank you;
Zane.


Dynamic Pages from REST

Posted: Thu Jul 03, 2014 9:55 pm
by Yurii Orishchuk

Hi Seth,

You need to implement master-detail pages.

Please follow this tutorial to understand how to do it:

http://devcenter.appery.io/documentat...

Also you can follow this tutorial:

http://devcenter.appery.io/tutorials/...

Regards.


Dynamic Pages from REST

Posted: Thu Jul 03, 2014 11:36 pm
by Seth

I can't get either to work... Is there anyway i can have you look at the code or share the project with you? I've been at this for 3 hours.


Dynamic Pages from REST

Posted: Fri Jul 04, 2014 3:34 am
by Yurii Orishchuk

Dear Seth,

Yes you can Share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and describe usecase that's you want to implement.

What you have tried so far and what is not work.

Regards.


Dynamic Pages from REST

Posted: Fri Jul 04, 2014 12:55 pm
by Seth

Do i export it to a certain file or how do i go about "sharing"


Dynamic Pages from REST

Posted: Fri Jul 04, 2014 1:22 pm
by Evgene Karachevtsev

Hello Seth,

This link should help: http://docs.appery.io/documentation/s...


Dynamic Pages from REST

Posted: Fri Jul 04, 2014 9:38 pm
by Seth

Mailed you guys; thank you


Dynamic Pages from REST

Posted: Fri Jul 04, 2014 9:47 pm
by obullei

Hello!

We received your mail. We will contact you as soon as we will get update.


Dynamic Pages from REST

Posted: Sat Jul 05, 2014 3:27 am
by Seth

Alright; thank you.


Dynamic Pages from REST

Posted: Mon Jul 07, 2014 10:51 am
by Kateryna Grynko

Hi Seth,

In mobilelistitem mapping on startScreen, you would need to replace value.Id with value.imdb_id (as this parameter is returned by service).

This is because your RESTService always returns an array of all records, not an only record which id is specified in get-parameter id.