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
Either call invalidateViews() or Call notifyDataSetChanged() on your Adapter.