I have layout with webView. In my activity I loads my page from my server. Page contains links like:
<a href="(custom or http)://load_1">Load 1</a>
<a href="(custom or http)://load_2">Load 2</a>
I want to load specific activity depending on the clicked link. How to do it?