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

  • Home
  • SEARCH
  • 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 6603791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:03:46+00:00 2026-05-25T19:03:46+00:00

I would like to change an image each time the user touches the screen.

  • 0

I would like to change an image each time the user touches the screen. I would like to have user tap the screen and the image changes each time and at the 5th touch it would loop back to the original image with added text.

I have looked at

How would I set an ImageButton to change only when my finger is touching it

I have tried both IUevents and StateListdrawable. I couldn’t figure out how to actually change the image after each touch (anywhere in the screen).

  • 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-25T19:03:46+00:00Added an answer on May 25, 2026 at 7:03 pm

    And why can’t you use the normal ImageView? Do this:

    ArrayList<Integer> picList = new ArrayList<Integer>(); 
    // populate the list with the int value of the pictures in drawable.
    picList.add(R.drawable.apple);
    picList.add(R.drawable.horse);
    //etc
    int touches = 0;
    int loop = 0;
    ImageView picture = (ImageView) findViewById(R.id.your_picture);
    picture.setOnClickListener(new View.OnClickListener() {
    
            @Override
            public void onClick(View v) {
               if (touches < 4)
                    v.setBackgroundDrawable(picList.get(touches));
                    touches++;
               } else {
                    touches = 0;
                    loop = 1;
                    v.setBackgroundDrawable(picList.get(touches));
               }
               if (loop = 1){
               // Create a TextView and set the text or make it in the xml with Visible="Gone" and make is visible here.
               }
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a ListView and each item have a TextView. I would like change
I would like to use images for navigation names and change the image for
img src=Images/MainMaster/TruckImg.gif id=imgCompanyLogo alt=Company Logo /> I have an image that i would like
I would like to EACH button separately to change its background images as the
Using Javascript, I would like change the background color of the numbers in an
I would like to change the background color of the row (to red) when
I would like to change the default style for vector features in a map
I would like to change all captions from one type to another. While not
I would like to change visual studio's default configurations (Debug,Release). That is, change the
I would like to change the target of symbolic link from within a bash

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.