I am doing some android development and stuck at a point.
I need to populate a ListView and the data is in 3 different ArrayList of String.
Also i have customised a single list view item(it has three textviews) so that the data from those three different list must go at different textviews.
Any way i can populate this ListView ?