i have two listViews,one from an rss feed and one with data from my database (using cursor).
is that possible to create a button and just change the content of my listview?
i mean,when the user first get in my app,the listView should present the articles from rss feed,and when the user press the favorite button,the list will update with the favorite articles (from the database).