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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:08:08+00:00 2026-06-01T23:08:08+00:00

I am using cover flow in my project and while display of cover flow

  • 0

I am using cover flow in my project and while display of cover flow on button click i am showing popup.

(Coverflow in android is the style to display images in line which is scrolled on touch as we generally see in media player and can be selected ;It’s based on the Android Gallery widget and is used in the same way, with a ViewAdapter. My main aim when coding this coverflow widget was to create an easily re-usable component using the standard Android 2D libraries
reference :- http://www.inter-fuser.com/2010/01/android-coverflow-widget.html)

s
– now when popup is displayed i don’t want my coverflow to
scroll/navigate on touch i.e i want to disable coverflow untill popup
is displayed

  • i have already tried all the code below but it is not help full to
    disable coverflow.

            coverFlow.clearFocus();
            Popup.setFocusable(true);
            coverFlow.setClickable(false);
            coverFlow.setFocusable(false);
            coverFlow.setEnabled(false);
            coverFlow.setSelected(false);
    

    can any one help me out in this matter ?

  • 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-01T23:08:09+00:00Added an answer on June 1, 2026 at 11:08 pm

    I don’t know what source code of CoverFlow you are using. But you can custom it.

    Extend the CoverFlow (which already extends Gallery, i think), override the onTouchEvent and onInterceptTouchEvent methods with return false if you don’t want the CoverFlow scroll, and add the method to set this attribute.

    The code maybe looks like :

    @Override
    public boolean onTouchEvent(MotionEvent event) {
        if (this.enabled) {
            return super.onTouchEvent(event);
        }
    
        return false;
    }
    
    @Override
    public boolean onInterceptTouchEvent(MotionEvent event) {
        if (this.enabled) {
            return super.onInterceptTouchEvent(event);
        }
    
        return false;
    }
    
    public void setScrollEnabled(boolean enabled) {
        this.enabled = enabled;
    }
    

    And then you can set the CoverFlow scroll or not by using setScrollEnabled method

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

Sidebar

Related Questions

I want to Show images using cover flow effect.I have done with Normal coverflow
I am using a Gallery based Cover-flow, as suggested here . Is there an
How can I load images to cover the whole background like some websites, using
I am using Prestashop. I am getting trouble while fetching all images for a
i have created a coverflow using the code given by http://android.jmsliu.com/138/android-infinite-loop-gallery.html . And it
I am creating a cover flow on iPad using AFOpenFlow library. I am also
I'm working on an app that will need to display a coverflow style view
I'm looking to recreate apple's cover flow effect using jQuery. I've looked at some
I have implemented a coverflow using images.Now I want to place text below all
I have an instance of a FlowCoverView (a great library that emulates cover flow

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.