samedi 23 mai 2015

What is the difference between inflating a layout with super.getView() and inflater.inflate()?

One way is : convertView1 = super.getView(position, convertView1, parent);

Other way is : convertView1 = mInflater.inflate(R.layout.row, parent, false);

Plz clear the difference as I could not get the difference from online.

Aucun commentaire:

Enregistrer un commentaire