PinterestLikeAdapterView下載後當成庫引入,而後就能夠像使用普通ListView控件同樣使用了。java
步驟1,寫適配器,繼承BaseAdapter和本身的佈局文件。android
步驟3,Activity的佈局文件git
<com.huewu.pla.lib.MultiColumnPullToRefreshListView android:id="@+id/list_warterfall" android:layout_width="match_parent" android:layout_height="match_parent" > </com.huewu.pla.lib.MultiColumnPullToRefreshListView>
步驟3,像普通ListView同樣使用PinterestLikeAdapterView。github
public MultiColumnPullToRefreshListView waterfallView;