Hey Guys,
I am building a app which will display image slideshow using jquery.
Now, Images will be fetched from Picture Library.
There is also a List called "Events" andPicture Library is named "Image Library", now "Image Library" will contain images of all the events.
"Image Library" is having a Lookup field "Event" which will refer to "Events" LIST.
Now App will display images of single event at a time, when user clicks Next/Prev arrow button it should change event and should display images of specific event only.
Can anyone explain me the flow of how things shud be made?
Note: I have to make Picture Library & List both in App Web Domain only. Is it possible to create it ?
Thanks in advance!!