public Object getItem(int position) { return feed.getItems().get(position); }
public int getCount() { return feed.getItems().size(); }