The function that I am curently using to open the website is :
WebView webview = new WebView(this);
setContentView(webview);
webview.loadUrl(eclassURL);
FYI: eclassURL is the URL I am trying to open at case eclass.
PS1: This is my first thread, if anything else is needed, please don't hesitate to comment for more.
PS2: English is not my native language, so excuse my mistakes. :)
int main(void) {
printf("Thank you for your help!\n");
return 0;
}
Use Chrome Custom Tabs for this. You can find details about in this link.