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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T13:21:52+00:00 2026-05-24T13:21:52+00:00

I currently have a ListView that takes in an array of strings. It is

  • 0

I currently have a ListView that takes in an array of strings. It is created in the following way (in the onCreate() method):

     private ArrayAdapter<String> adapter;

     String[] list = getResources().getStringArray(R.array.ingredients_array);
     lv = (ListView)findViewById(R.id.itemList1);
     adapter =new ArrayAdapter<String>(this,R.layout.list_view_format2,R.id.list_content2,list);
     lv.setAdapter(adapter);

R.layout.list_view_format2: a custom ListView format. It contains an ImageView and a TextView
R.id.list_content2: Id of the Text View within R.id.list_view_format2

I want to access each child of ListView dynamically and compare the text(TextView) with a string. Later, I would like to modify the image(ImageView) associated with the child based on the search. Could you please help me with this? I have searched around a lot but I haven’t been able to find any success.

  • 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-24T13:21:53+00:00Added an answer on May 24, 2026 at 1:21 pm

    From what i understood you need to custom the listview, in order to do this you need to create your own Adapter, there are plenty of example on how to do this.

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

Sidebar

Related Questions

I currently have a string that I want to limit to 200 characters. I
I currently have a listview and when you click on an item it takes
I currently have a ListView with a custom adapter that gets information describing the
I currently have a listview showing a couple of string arrays. I was wondering
I have a Listview that looks like the following: checkbox:textview {0 .. n} I
I currently have a listview which contains a couple of strings. These are called
I currently have a listview that is self populated by the user. I would
Currently I have a ListView with a TextView within each child. That TextView is
I currently have a listview and I want to add an appropriate icon to
Currently I have a ListView (using the Details View). I would like to implement

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.