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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:47:22+00:00 2026-05-31T15:47:22+00:00

i need your help because I may not have understood it well. This List<String[]>

  • 0

i need your help because I may not have understood it well.

This List<String[]> dataList defines an list with string arrays, right?
So lets say that I have this values:

info[0], info[1], name[0],name[1]

How can I assign them to the above list, grouped by index? I mean the info[0] be with name[0], and so on. I want this is because later in my code I will use this:

public FacilitiesAdapter (List<String[]> dataList) {
        this.dataList = dataList;
    }

and I need my datalist to have in each row, the data I want. Have I understood something wrong?

  • 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-31T15:47:23+00:00Added an answer on May 31, 2026 at 3:47 pm

    Something like this??

    List<String[]> dataList = new ArrayList<String[]>();
            String name[] = new String[]{"n1","n2"};
            String info[] = new String[]{"i1","i2"};
    
            for(int i=0;i<name.length;i++)
            {
                dataList.add(new String[]{name[i],info[i]});
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need your help again. So I have a simple list <ul> <li>First</li> <ul
I need your help, For example I have a decimal type variable and I
I really need your help for this. I am relatively new to programming and
I've some questions .. and I really need your help. I have an application.
ive being trying to cope with this problem but still. I need your help.
Need your help, trying to change this script: https://github.com/MrHus/jquery-monthly-ical To load external JSON data
I need your help to optimize the query below. Let us assume we have
Please, I need your help. I have a Follow button. When the button is
I need your help. I have tables using PHP while looping and I need
please I need your help with a Linq expression: I have nested objects with

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.