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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T18:57:43+00:00 2026-06-08T18:57:43+00:00

I have a custom ListView which contains one TextView (Of numbers) and one EditText

  • 0

I have a custom ListView which contains one TextView (Of numbers) and one EditText in a row. Outside the heading I have a TextView.

My Questing is that, when I am going to enter any number into any editText then on heading textView it should display the multiplication of editText Value * textView Value of row of ListView.

And after that if i enter any other number inside any other editText then the calculation will be same like previous one, say multiplication of editText Value * textView Value of row of ListView + multiplication of editText Value * textView Value of row of ListView and display this new value on the heading textView. And if change the value any editText then the previous value of old position should be updated on new value of corrosponding position.
I know all this work is going to be happened in the textwatcher but don’t know how??
Can you help me???

  • 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-08T18:57:44+00:00Added an answer on June 8, 2026 at 6:57 pm

    I think this piece of code will help you…..

    EditText etSearchBar = (EditText)findViewById(Your_id);
    
        etSearchBar.addTextChangedListener(textwatcher);
    
        private TextWatcher textwatcher = new TextWatcher() {
    
                @Override
                public void onTextChanged(CharSequence s, int start, int before,
                        int count) {
    
                }
    
                @Override
                public void beforeTextChanged(CharSequence s, int start, int count,
                        int after) {
    
    
                }
    
                @Override
                public void afterTextChanged(Editable s) {
    
                    //Do what ever you want here after you enter each text
                }
            };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one custom ListView which contains one ImageView and one TextView, and I
I have a ListView which contains custom rows. This custom row has following UI
I have made a custom listView which which extends ListActivity and each row contains
I have a custom listview in which one textview and one checked box is
I have a Custom ListView which has an ImageView and a TextView. and i
I have a custom ListView in which there are 2 buttons and a textview
I have a custom listview which display an image, textview and radio button. I
I have a custom ListView that uses a custom ArrayAdapter (which basically just overrides
I have one custom ListView called AreasListView which I've included in the XML file.
I have a listview which contains custom rows. When I show the listview with

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.