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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:56:44+00:00 2026-06-14T07:56:44+00:00

Following is my source code, I also tried isPressed , isClicked , but it

  • 0

Following is my source code,

I also tried isPressed , isClicked , but it still doesn’t work.

public View getView(int position, View convertView, ViewGroup parent) {
    if (convertView == null) {
        // This a new view we inflate the new layout
        LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
        convertView = inflater.inflate(R.layout.my_item_layout, parent, false);
    }
    MyItem myItem = getItem(position);


    TextView direction = (TextView) convertView.findViewById(R.id.direction);
    direction.setText(myItem .getDirection());

    if(convertView.isSelected()){
        convertView.setBackgroundResource(R.drawable.list_select_bar);
        setTextColor(convertView, textIDs , R.color.white);
    }else{
        convertView.setBackgroundResource(R.color.light_white);
        setTextColor(convertView, textIDs , R.color.black);
    }

    return convertView;
}

Actually , if I remove the convertView check block, I just need to register an onItemClickListener onto the listview… but if I do this , seems makes getView method meaningless. I am so struggled with this issue.

  • 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-14T07:56:45+00:00Added an answer on June 14, 2026 at 7:56 am

    First , I appreciate that Sam gave me such a useful tip.
    Following is my resolve procedure.

    Write a selector file and below is its content. then put this list_background.xml into drawable folder

    <selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/list_select_bar" android:state_pressed="true"/><!--pressed -->
    <item android:drawable="@color/light_white"/><!-- default --></selector>
    

    then in your item layout xml , using list_background like this:

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    

    …
    android:background=”@drawable/list_background”
    …
    >

    That’s it. No click listener or other method invoked in the source code.

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

Sidebar

Related Questions

The following source code are used to implement product/consumer pattern, but they don't work
For testing I used a Console application with the following source code: public string
The following source code compiles correctly with Visual Studio 2010: namespace NS { class
I have the following source code: Processmethod() { QDialog *ProcessMessage = new QDialog; Ui::DialogProcessMessage
I have the following source code: void Processmethod() { QDialog *ProcessMessage = new QDialog;
Visual Studio 2008 I am using the following source code that compiles ok using
I'm using pax-exam to load, activate and access osgi bundles. The following source code
I have the following SVG source code that generates a number of boxes with
I'm writing an XML file with the following code: Source source = new DOMSource(rootElement);
I build a CodeCompileUnit and the following code outputs a C# source code file,

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.