然后,一个while循环迭代数据集,在一个方便的数组中存储信息以便将来进行显示。
A while loop then iterates through the dataset, storing the information in a convenient array for later display.
可以通过它显示来自后端数据源的数据和其他结构化数据,比如XML和数组。
It allows you to display data from a back-end data source in addition to other structured data such as XML and arrays.
而Adapter在你的数据源(可能是一个外部字符串数组)和显示这些数据的AdapterView之间扮演着一个信使的角色。
The Adapter ACTS like a Courier between your data source (perhaps an array of external strings) and the AdapterView, which displays it.
应用推荐