Software Archive
Read-only legacy content

Extra layer to list view app?

Chris_J_1
Beginner
239 Views

I have created a list view app. It works well. I now want someone to tell me how I make a new level in my app. Currently, I can go to the area of choice of the list view. but that is it. I want to take that level and break it into a separate list view. Thanks

0 Kudos
1 Reply
Diego_Calp
Valued Contributor I
239 Views

Hi,

It depends on the framework you are using, but the basic steps would be:

- Create a new page to show the item detail with its controls (texts, inputs, etc)

- Add to the each item in the list a link to a function that populates the above page with the selected item values.

- Display the filled item detail page.

You may get some ideas from this post:

https://software.intel.com/en-us/forums/intel-xdk/topic/621714#comment-1865704

Regards,
Diego

0 Kudos
Reply