SyntaxFix
Write A Post
Hire A Developer
Questions
In your public View getView method change return null; to return convertView;.
public View getView
return null;
return convertView;