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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:16:24+00:00 2026-05-30T01:16:24+00:00

I have an object submission which contains some informations which I would like to

  • 0

I have an object submission which contains some informations which I would like to show in a list view.

For example, in my object I can do this:

submission.firstElement().getDate() 

and

submission.firstElement().getTitle() 

which returns me a date and a title.

My problem is: how to show those two elements (not only the first’s) in a listview (two elements per list item).

I have thinked on a for loop with the submission.size() but I have no idea how to get forward with.

Thank you for your help.

  • 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-30T01:16:26+00:00Added an answer on May 30, 2026 at 1:16 am

    You’ll want to look at using a ListView and a ArrayAdapter. You could use a BaseAdapter but I have found a ArrayAdapter more than adequate for displaying a list of custom objects in a ListView.

    First create a layout that will be used to show the desired data per row in the ListView. In your case I assume that it will be two TextViews, one showing the title and date.

    Once done, create a ListAdapter and in it’s constructor give it the layout for the row created above. Once done, use the getView() function to access the layout and populate the TextView’s with the object’s date and title.

    Have a look at the following links:

    http://developer.android.com/reference/android/widget/ArrayAdapter.html
    http://developer.android.com/reference/android/widget/BaseAdapter.html
    http://www.vogella.de/articles/AndroidListView/article.html

    EDIT:

    Ana, to aid you a bit further use a ListActivity as shown in this Google documentation: http://developer.android.com/reference/android/app/ListActivity.html. In the example given they use a SimpleListAdapter. However, for an ArrayAdapter the constructor is a little simpler:

    new ArrayListAdapter(this, R.layout.row_layout, listOfObjects);
    

    When using a ListActivity a layout does not need to be created as by default it includes one.

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

Sidebar

Related Questions

I have object A which contains multiple instances of object B, which in turn
I have a simple form that I would like to validate on form submission.
I can have Spring convert my json POST submission into an object with a
I have a complex view model which contains a collection of other objects which
I have a parent object Compound with a one-to-many relationship to an object Submission.
I have object A which in turn has a property of type Object B
I think I read somewhere that some modules only have object oriented interfaces (
i have a form and a sortable() list where a user can drag from
I have failed submission (can't even get past upload verification) because my background agent
I have got a form which is generated by model object. <%= form_for(@pages) do

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.