. , , . ( , , .)
ListAdapter adapter;
public void onCreate(Bundle savedInstanceState) {
super.onCreate(SavedInstanceState);
rssparser();
adapter = new MyCustomAdapter(this, R.layout.list_item, rsstitles);
setListAdapter(adapter);
}
public void onResume() {
super.onResume();
rsstitles.clear();
rssparser();
((MyCustomAdapter) adapter).notifyDataSetChanged();
setListAdapter(getListAdapter());
}
, . - , . Justin!