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 8496681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T23:55:14+00:00 2026-06-10T23:55:14+00:00

Hi in my application the screen is so large which contains a gridview with

  • 0

Hi in my application the screen is so large which contains a gridview with images and listview with lot of list items and also so many text views existed in my screen. so that i placed this content in scrollview to view on the mobile screen. When I placed the content in the scrollview then the gridview/listview scroll is not working.

Is there any way to solve this issue. I referred so many links but i could not get the solution.

The links are
Grid of images inside ScrollView
How can I put a ListView into a ScrollView without it collapsing?

etc

enter image description here

  • 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-06-10T23:55:16+00:00Added an answer on June 10, 2026 at 11:55 pm

    You can solve it using following code, but I suggest please change UI, it is not according android guideline. it’ easily scrolled in iPhone interface.

    final ScrollView childScroll = (ScrollView)
    view.findViewById(R.id.resourceactivity_sv_classes_detail);
    
    parentScroll.setOnTouchListener(new View.OnTouchListener() {
    
    public boolean onTouch(View v, MotionEvent event) {
    //Log.v(TAG,"PARENT TOUCH");
    childScroll.getParent().requestDisallowInterceptTouchEvent
    (false); return false; } }); childScroll.setOnTouchListener(new
    View.OnTouchListener() {
    
    public boolean onTouch(View v, MotionEvent event) {
    //Log.v(TAG,"CHILD TOUCH");
    v.getParent().requestDisallowInterceptTouchEvent(true); return
    false; } });   
    

    You can modify gridview instead of child scrollview.

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

Sidebar

Related Questions

I am working on an application that requires text larger than the viewable screen
I have application which uses fragments. Depending on screen size and orientation I'm displaying
I'm preparing project for web application with large AJAX usage, which should work on
I need to display application settings screen for a specific system application in my
Is it possible in python to tell if a full screen application on linux
OK, this is a slightly weird question. We have a touch-screen application (i.e., no
I have a Silverlight application running full screen. Is there a way i can
I want to build a lock screen replacement application. Is there any way to
I'm building a rather specialized screen saver application for some kiosks running Windows XP.
I am creating a autocomplete textbox for a application for touch screen device jquery

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.