Seth
Posts: 0
Joined: Wed Jan 22, 2014 9:41 pm

Dynamic Pages from REST

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Dynamic Pages from REST

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.

Seth
Posts: 0
Joined: Wed Jan 22, 2014 9:41 pm

Dynamic Pages from REST

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Dynamic Pages from REST

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.

Seth
Posts: 0
Joined: Wed Jan 22, 2014 9:41 pm

Dynamic Pages from REST

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Dynamic Pages from REST

Hello Seth,

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

Seth
Posts: 0
Joined: Wed Jan 22, 2014 9:41 pm

Dynamic Pages from REST

Mailed you guys; thank you

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

Dynamic Pages from REST

Hello!

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

Seth
Posts: 0
Joined: Wed Jan 22, 2014 9:41 pm

Dynamic Pages from REST

Alright; thank you.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Dynamic Pages from REST

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.

Return to “Issues”