لطفاً اگه ممکن در مورد پارامترهای متد زیر توضیح بدین که چی هستنو به چه درد میخوره و کارشون چی . با سپاس :
1
LayoutInflater inflater = (LayoutInflater) context
.getSystemService(Context.LAYOUT_INFLATER_SERVICE) ;//a
در
public View getView(int position, View convertView, ViewGroup parent) {
LayoutInflater inflater = (LayoutInflater) context
.getSystemService(Context.LAYOUT_INFLATER_SERVICE) ;
{