In your webView instance just use copyBackForwardList () like
WebBackForwardList wbfl = webView.copyBackForwardList ();
Then configure the for-loop to scan the list, pull out the entries (e.g. title, URL) and send them to the ListView (or something else).
Scott source share