Skip to content

Commit

Permalink
update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Nov 26, 2013
1 parent 0159048 commit 0392ca7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle sa
imageListView.setAdapter(imageListAdapter);

// 加载url请求返回的图片连接给listview
// 这里只是简单的示例,并非最贱实践,图片较多时,最好上拉加载更多...
// 这里只是简单的示例,并非最佳实践,图片较多时,最好上拉加载更多...
for (String url : imgSites) {
loadImgList(url);
}
Expand Down

0 comments on commit 0392ca7

Please sign in to comment.