I have a Gallery with several items in it, and I’m trying to get them positioned so that you can see the edge of the next item. Much like this:

Any help on how exactly I would go about positioning?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sort of depends on how far you want to go with it. It should be possible to do with a simple ScrollView that you add a custom view that holds all the components in the picture you linked.
Here’s what your custom layout could look like:
And this looks something like
Beyond that, if you wanted to do things like make it snap to the edges of your custom views, or something like that, then you might want to look here and here.