0

I guess the "parent" here is the actual listView i put in the activity_main layout...

public View getView(int position, View convertView, ViewGroup parent) {

    View heroListItem = converView;
    if(heroListItem == null)
    {
        heroListItem=LayoutInflater.from(Context).inflate(*a layout*,parent,false)
    }

    //the rest of the code...
}
Waqar UlHaq
  • 6,144
  • 2
  • 34
  • 42

0 Answers0