I am creating a photo blog app using firebase
. I am able to allow user to post one or multiple photos on the firebase
database and I am also able to retrieve them successfully.
Above image is the bottom view of an instagram post.
Just like that I want some type of View
or Layout
. I already have a working layout which can show only one image with like, comment and share options.
If the user wants post one photo, the layout should show just one slide and if user wants to post multiple photos, it should create a so called Sliding View
to display all images side by side.
How do I do this ?
If you want me to clarify anything in more detail, please let me know.