Android webview loadURL for loading the links in same webview -


i new android, need load links in same webview
can overriding function shouldoverrideurlloading , can place code view.loadurl(url) inside function

my question is, correct way load links in same webview
doing multiple times view.loadurl() - operation creates stack kind of thing
operation cause performance issues?
there other perfect options do?

can clarify on please?

simply override shouldoverrideurlloading , return false if want url loaded in same webview. see official docs here.


Comments