multiple listview inside listfragment
问题 I have been working on trying to implement two listviews inside a list fragment, I have stated two list views in my xml and tried to set two seperate sets of data in the java file but the list view data intended for the first lisview is overwritten by the second. How would I be able to point it to the correct listviews using the code below? Java for fragment where list should go: package com.owais.shopsellswap; import java.util.ArrayList; import java.util.HashMap; import android.os.Bundle;