The constructor ArrayAdapter<Source>(TestFragment, int, List<Source>) is undefined
The constructor ArrayAdapter<Source>(this, int, List<Source>) is undefined
原因有内部类不能用this,、
解决办法this改直接引用 activity
The constructor ArrayAdapter<Source>(this, int, List<Source>) is undefined
原因有内部类不能用this,、
解决办法this改直接引用 activity