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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:43:28+00:00 2026-06-10T14:43:28+00:00

I have a gallery which contains one textview and imageview. If i set OnClickListener

  • 0

I have a gallery which contains one textview and imageview. If i set OnClickListener on Imageview , Gallery stops scrolling. I need a clickable and scrollbale gallery where user can click either on imageview or textview will shows the next activity of application.

In onClick event i want to pass some data to next activity via bundle. If i call onClick outside of the ImageAdapter class i cant pass the data to next activity.

If i put holder.image or gallery instead of holder.text. gallery stops scrolling.

Please suggest me some solution so that i can click image as well as text and at the same time i can scroll the gallery.

  • 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-10T14:43:29+00:00Added an answer on June 10, 2026 at 2:43 pm

    No, no, no…you shouldn’t put your onClickListener in your getView().
    What you should do is something like:

    gallery.setOnClickListener();
    

    and inside this onClickListener(), retrieve the index of the item clicked. In code you showed you just overcharge the touch area so it breaks everything.

    –edit

    Here’s what you can do :

    Gallery gallery = (Gallery) findViewById(R.id.top_gallery);
        gallery.setAdapter(new ImageAdapter(this));
        gallery.setOnItemClickListener(new OnItemClickListener()
        {
            public void onItemClick(AdapterView parent, 
                    View v, int position, long id) 
                    {
                        TextView tView = (TextView) findViewById(R.id.cat_desc);
                        switch(gallery.getSelectedItemPosition())
                        {   
                        //do your stuff here...
                        }
        }  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a screen that contains an ImageView which is not visible to user.
I have a gallery in my website. The gallery contains 15 images, each one
I have a Gallery which contains WebView's as its children, when I scroll the
In my Android app I have a gallery which contains some TextViews. I realized
I have one view ,view contains two buttons and one gallery. Gallery view pleased
I have a javascript for gallery which works well. When i click a picture
I have a small self made gallery which im still working on it: http://springbreak.enteratenorte.com
what i want to do is that i have a nice image Gallery which
Hi I have a gallery in my app which shows the image in an
I have created a class which extends Gallery. There is no onCreate() method in

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.