SyntaxFix
Write A Post
Hire A Developer
Questions
Wrap an ArrayAdapter around your List<ScanResult>. Override getView() to populate your rows with the ScanResult data. Here is a free excerpt from one of my books that covers how to create custom ArrayAdapters like this.
ArrayAdapter
List<ScanResult>
getView()
ScanResult
ArrayAdapters