Hello stackoverflow community,
I\'m getting a NPE in my getView method of my custom adapter class which extends BaseAdapter. I hope you can help me.
Here\'s my g
Remove the checking condition of convertView==null in getView()
Write the Layout inflating code directly without enclosing inside if