Home | History | Annotate | Download | only in rssexample

Lines Matching refs:RssItem

34     private ArrayList<RssItem> mFeeds = null;
56 RssDataAdapter<RssItem> adap = new RssDataAdapter<RssItem>(this, R.layout.add_item, mFeeds);
155 RssItem item = (RssItem)this.getItem(position);
172 private ArrayList<RssItem> initializeList(){
173 ArrayList<RssItem> list = new ArrayList<RssItem>();
174 list.add(new RssItem("http://www.sciam.com/xml/sciam.xml", "Scientific American"));
175 list.add(new RssItem("http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml", "BBC"));
176 list.add(new RssItem("http://www.theonion.com/content/feeds/daily.", "The Onion"));
177 list.add(new RssItem("http://feeds.engadget.com/weblogsinc/engadget", "Engadget"));