Search code examples
androidrefreshpartial-page-refresh

Refresh a page of activity?


How to refresh a page of activity in android? The page contains a Listview and a Gridview, I want to refresh only the Listeview.

thank you


Solution

  • Either call invalidateViews() or Call notifyDataSetChanged() on your Adapter.