How can i make a text clickable in Expandable list-view in Android studio. For example, when i click a text, it should open a webiste in my phone default browser. As you can see in the picture, under Afghanistan, there is Hope Academy Rwanda and website next to it. I want this webiste be clickable over Hope Academy Rwanda in the background. So when I click Hope Academy Rwanda it can take me to google.com[screenshot of expandable list view]
Here is my code;
List<String> afghanistan = new ArrayList<>();
afghanistan.add("Hope Academy Rwanda(www.google.com)");