Click here to Skip to main content
15,887,346 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My problem is I'm receiving all the links correctly but they are being shown separately. Now my question is how to receive image links in such a way that the date packet containing multilinks will be shown in viewpagers and single imglink will be shown directly like instagram .

What I have tried:

I'm trying to store image links of images uploaded from user's device by date packets in mongodb.I've created a "post" collection where images are stored inside the documents created by their email ids in this format {
"_id: "abc",
"17-11-2017/14-48": ["imglink1","imglink2"],
"17-11-2017/14-50": ["imglink1"]
}
Posted
Updated 17-Nov-17 2:45am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900