I wonder if it's possible to add items to list view from deferent json arrays, I could do it with one json array using custom list view adapter and ListView1 , What i need exactly is to add 1st item from the second json array after the item 4 from listView1.
note: I followed this to build my first list view of the first json array.