Well, like the title says I want to populate a ListView with the data that is in multiple arrays. The ListItem structure looks like:
*Person Name
*01234567
*Boulevard of Broken Dreams, NY
and all the data for person name, phone number and adress is in seperate arraylists.
So, I have arraylists personsArr, phonesArr, adressArr and I want to display that data in the ListView for each person that have a phone number and adress.
Use single class that have String persons, phones, address…
See NewsBean.java
}
-Create getters and Setters Methods for name,phoneNo,address
Now add data in list
Now get data from list