I have a strange Error with a ViewGroup. For my main View I use classes in this links ViewFlow project
java.lang.IllegalArgumentException: parameter must be
This works for me.
convertView = mInflater.inflate(R.layout.row_stat_header, parent, false);
Here, parent is the ViewGroup parameter in the getView.
parent