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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T17:23:43+00:00 2026-05-20T17:23:43+00:00

I am using a ListActivity which fills from a database. Depending on a the

  • 0

I am using a ListActivity which fills from a database.

Depending on a the information stored in the record I want to format the row in the listView. For example, I have a boolean coulmn which specifies whether the current entry has been ‘marked off’ and if so then I want to set the strike-through formatting flag on one of the textViews inside the list row.

The way I thought that I could do this was by getting the ListView from the ListActivity and then getting the view that I wanted to change by using the getChildAt() method and then inflating and formatting the view as required. However at this point there are no children in the object and I cannot find another way to acquire the individual views.

I’m trying the following code now but the two text views that I’m trying to inflate come back as null. The code is within an inner class of ‘ShoppingList’ which is the ListActivity so it’s probably something wrong with the way that I’m calling the getView() method.

for (int i = 0; i < adapter.getCount(); i++)
             {
                 View thisView = adapter.getView(i, ShoppingList.this.getListView().getRootView(), ShoppingList.this.getListView());
                // inflate views
                TextView view_item_name = (TextView) thisView.findViewById(R.id.view_item_name);
                TextView view_item_checked = (TextView) thisView.findViewById(R.id.view_item_checked);
             }
  • 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-20T17:23:44+00:00Added an answer on May 20, 2026 at 5:23 pm

    This is what the Adapter is for. 🙂 The getView method of your adapter (or if you’re working with a CursorAdapter, newView and bindView) is where you should format the view for an item based on the data being presented before it is shown in the list.

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

Sidebar

Related Questions

I am attempting to pull some information from my tnsnames file using regex. I
I have a ListActivity which uses a SimpleCursorAdapter to display database content. I am
My current application has one Activity, the main one which extends ListActivity (listview of
I am using this following code which creates a ListView with text and an
When it comes to using the ListView inside of a ListActivity , is there
I have a list of albums which I got using this: private List<Album> getAlbums()
I built a ListActivity and now I want to add Map Previews as the
I am using an ActivityGroup to spawn multiple activities and switch views from within
I'm having the following problem: I have a ListActivity, its ListView is composed by
I am using a 3rd-party rotator object, which is providing a smooth, random rotation

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.