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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T23:50:07+00:00 2026-05-22T23:50:07+00:00

So in my application I am using a ListView to display data from an

  • 0

So in my application I am using a ListView to display data from an ArrayList which holds objects. The data is displayed using the same method as the tutorial on the android developer website:

        // automatically adds a ListView to fill the entire screen of this activity
    setListAdapter(new ArrayAdapter<Part>(this, R.layout.list_item, Main.parts));
    ListView lv = getListView();        

    // allows the user to start typing to filter the list
    lv.setTextFilterEnabled(true);       

    // set the click listener for each list item
    lv.setOnItemClickListener(new OnItemClickListener() {
        @Override
        public void onItemClick(AdapterView<?> parent, View view, int position,
                long id) {
            Toast.makeText(getApplicationContext(), ((TextView) view).getText(), Toast.LENGTH_SHORT).show();
        }
    });

The objects are currently displayed in each list_item:

<!-- Defines the layout for each item being placed in the ListView. -->
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="10dp"
android:textSize="16sp" >
</TextView>

So I return each object as such:

    public String toString() {
    return "Item Number: " + itemNmbr + "\nPrice: " + price + "\nDescription: " + desc;
}

An example of how the list currently looks:

http://imageshack.us/photo/my-images/689/devicet.png/

The problem is, I need to format the title separately from the data. (because it needs to be bold, and possibly spaced out a little further.)

Any ideas? I’m currently testing on how to get two textviews to work together.

Thank you!

  • 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-22T23:50:08+00:00Added an answer on May 22, 2026 at 11:50 pm

    I would recommend using a custom adapter extending BaseAdapter.

    http://developer.android.com/reference/android/widget/BaseAdapter.html

    See this link for an example.

    http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/

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

Sidebar

Related Questions

I have a Php application using stream_socket_client(), to get data through tcp from a
When using an ASP.NET WebForms ListView control to display data in an HTML table
Say my application has a ListView that displays information from a Sqlite database, using
I am developing an application,In my application,I am using Listview for displaying data using
i am new developer in android application.i am working on display the images from
In my WPF application , I am using ListView GridView, and I implemented a
An older application using System.Web.Mail is throwing an exception on emails coming from hr@domain.com
In my ASP.NET application using InProc sessions, Session_End calls a static method in another
I have a C# WinForm application where I am using a ListView to show
In a C# Winforms Application I have a ListView control. I am using the

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.