Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6912987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:09:39+00:00 2026-05-27T09:09:39+00:00

I want to develop an app based on the image in which thumbnails can

  • 0

I want to develop an app based on the image in which thumbnails can move from top to bottom and left to right simultaneously.enter image description here

please refer the image where gray parts are the thumbnails.
I want to know from where i can start

Looking for the help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T09:09:39+00:00Added an answer on May 27, 2026 at 9:09 am

    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.

    int[] xy = new int[2];
    
    // horizontalComponents contains all the children of the 
    // horizontal scroll view, this statement reads the location
    // of the ith child of the view.
    horizontalComponents[i].getLocationInWindow(xy);
    
    // Check for some limit of the x-coordinate
    if (xy[0] < 58) {
        // Linear layout in horizontal scroll view & 
        // vertical scroll view respectively
        hrzChild.removeView(horizontalComponents[i]);
        vertChild.addView(horizontalComponents[i]);
        hrzScroll.fullScroll(HorizontalScrollView.FOCUS_LEFT);
        vertScroll.scrollTo(0, 0);
    }
    

    I’ve put this snippet in the onScroll method of a gesture listener of the horizontal scroll view.

    I hope it helps..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to develop an app that can download a load of data at
want to develop an app that can automatically respond to a received text, include
If I want to develop php app in linux , which version of linux
I want to develop an Android App, which will give me the speed with
i want to develop apps based on speech to text conversion.can you please share
I want to develop an enterprise app that includes a WindowsForms presentation layer, middle-tier
I want to develop richface implented app on Ibm Websphere. I include *.jars under
I want to develop my project on Google App Engine with Struts2. For the
I want to deveplop an app for Windows Mobile 5.0 and above that can
I want to develop simple Serverless LAN Chat program just for fun. How can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.