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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:16:31+00:00 2026-05-26T21:16:31+00:00

I have a View in Android that has an onTouchEvent which stores the x

  • 0

I have a View in Android that has an onTouchEvent which stores the x and y values. In my Activity I have two TextViews that I initially set to 0 but would like to update them every time the View is clicked.

Can someone explain how to do this?

Edit

My Activity display 3 different Views and one of the Views has an onTouchEvent to see what the x and y position was if it was clicked.

public class MyActivity extend Activity {
    //LinearLayouts created to hold the Views


    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        //add buttons 
        for(Button b : myButtons) {
            buttonLayout.addView(b);
        }

        clickLayout.addView(clickView);    //ClickView is where I use the onTouchEvent and want to get the values from

        for(TextView tv : myTextViews) {
            //This is where I would like to set the text
            //It needs to update every time the ClickView's onTouchEvent happens
            textLayout.addView(tv);
        }
    }
}

If my ClickView source is necessary, let me know and I’ll throw it up there. However, it just gets the X and Y.

The option that Dan S mentioned (passing textviews) is an option, however I was hoping there was a way my Activity could get ahold of the ClickView’s onTouchEvent.

If there isn’t an alternative way to those mentioned, I’ll go ahead and mark this as solved since those aforementioned options do work, just slightly complicate the way I was working with it.

  • 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-26T21:16:32+00:00Added an answer on May 26, 2026 at 9:16 pm

    in onTouchEvent use this pseudo code

    textViewX.setText(String.valueOf(motionEvent.getX()));
    textViewY.setText(String.valueOf(motionEvent.getY()));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why OnTouchEvent in Mono for Android doesn't have the View argument OnTouch has in
I have an Activity that inflates an XML FrameLayout that has a custom View,
I have created an application for Android that has an activity that has a
I have two threads in an Android application, one is the view thread, and
I have a view that has a list of jobs in it, with data
I' have a view that contains several textViews an ImageView and a Button .
I have never seen this before. I have a simple custom view that has
I have a an Android ListView that has small (say, 1-5 frame) stutters as
I am trying to setup an activity in Android that has 50% of the
I've created a custom button in my Android app that has basically two different

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.