I have been googling and searching to resolve this error for some time and I can`t seem to find out why and how to solve it.
I`m using a customAdapter to fill in my
You are inflating the layout, but not using it while fetching it's views
Do this:
mHolder.textViewCenter = (TextView)convertView.findViewById(R.id.textview_list_item_central)