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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:37:48+00:00 2026-05-26T18:37:48+00:00

i have a complex row layout (2 imageViews , 3 TextViews ) so i

  • 0

i have a complex row layout (“2 imageViews , 3 TextViews “) so i have defined my own adapter. i want to change the color for the textViews upon a click ! and i faced the problem of non final variable refered from inside an inner class is there any twist around this problem ?

public View getView(final int position, View convertView, ViewGroup parent) {

    ViewHolder holder = new ViewHolder();

    if(convertView==null)
    {     minflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
        convertView = minflater.inflate(R.layout.list_item2, null);


    holder.title = (TextView) convertView.findViewById(R.id.rowtext1);
    holder.note = (TextView) convertView.findViewById(R.id.rowtext2);
    holder.date = (TextView) convertView.findViewById(R.id.rowtext3);
    holder.course= (TextView) convertView.findViewById(R.id.rowtext4);
    holder.icon = (ImageView) convertView.findViewById(R.id.rowimage1);
    holder.read = (ImageView) convertView.findViewById(R.id.rowimage2);


    convertView.setOnClickListener(new OnClickListener() {
        private int pos = position;

        @Override
        public void onClick(View v) {
            numberOfClicks++;
                            // Heres the problem 
            holder.title.setTextColor();
            if(pos==0 &&  numberOfClicks % 2 ==1 )
                v.setBackgroundResource(R.drawable.stoprow);
            else if  (pos==0 &&  numberOfClicks % 2 !=1 )
                v.setBackgroundResource(R.drawable.toprow);


            else if (pos==getCount()-1 &&  numberOfClicks % 2 !=1 )
                v.setBackgroundResource(R.drawable.bottomrow);
            else
                v.setBackgroundResource(R.drawable.smiddlerow);
        }
        });





        convertView.setTag(holder);
        } else {
        // Get the ViewHolder back to get fast access to the TextView
        // and the ImageView.
        holder = (ViewHolder) convertView.getTag();
        }
  • 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-26T18:37:48+00:00Added an answer on May 26, 2026 at 6:37 pm

    i too got same problem and finally i got solution as follows

     final TextView tempView = holder.title;
    

    than in the onclick:

      title.setTextColor();
    

    Refer this link for further reference Imageview in Listview cannot change at runtime in android

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

Sidebar

Related Questions

I have complex GUI application written in Python and wxPython. I want it to
I have complex UserControl (grid, edit controls for grid, etc...) and I want handle
i have a question regarding some complex data-binding. I want to be able to
I have a table with the following complex structure.... <table> <tr> // 1st row
I have a ListView with an ArrayList adapter. The rows are not very complex
I have a relatively complex layout. It consists of: A grid with one column
I have a complex query in PostgreSQL and I want to use the result
I am using WCF and REST, and I have complex types, which are working
I have a complex query with group by and order by clause and I
I have a complex .NET Remoting server app that provides a couple of services.

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.