I want to develop an app based on the image in which thumbnails can move from top to bottom and left to right simultaneously.
please refer the image where gray parts are the thumbnails.
I want to know from where i can start
Looking for the help
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.
I think that you do not need to handle the scroll of both the views, but just move the items from one view to another. The below snippet moves children from the horizontal scroll view to the vertical scroll view.
I’ve put this snippet in the onScroll method of a gesture listener of the horizontal scroll view.
I hope it helps..