Android ListView ArrayAdapter getView() not adhering to xml?
Don't forget to pass the parent ViewGroup in. It is common to see null being passed in, don't do that.
<i>view = inflater.inflate(R.layout.row, parent, false);</i>
Written by John Moses
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Android
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#