1. Adapter.getView() public View getView(int position, View convertView , ViewGroup parent){...} 這個方法就是用來獲得指定位置要顯示的View。官網(wǎng)解釋如下: Get a View that displays the data at the specified position in the data set. You can either create a View manually or inflate it from...