android - SetListAdapter Not Working -


hey ive been trying use own layout use new setlistadapter rss feeds wont show up. think something's wrong part of code. can me please.:(

@override protected void onpostexecute(list<rssitem> result) {      listview itcitems = (listview) findviewbyid(r.id.rsschannellistview);      setlistadapter(new arrayadapter<string>(rsschannelactivity.this, r.layout.rssfeedreader_layout, titles));     itcitems.setadapter(_adapter);     itcitems.setonitemclicklistener(new listlistener(result, local)); }  private void setlistadapter(arrayadapter<string> arrayadapter) {} 


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -