java - How does WebView.loadurl work behind the scenes? -


i new android development. figured out loadurl function webview.java has following definition:

public void loadurl(string url) {         checkthread();         mprovider.loadurl(url);     } 

where mprovider instance of interface webviewprovider. function not inside interface itself.

now how calling function loads url when nothing anywhere in above mentioned places.

is general programming concept don't understand. can please explain?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -