Hello, I'm still new to Mono for Android, and C# in general, but I would like
some help on how to "translate" the following code to m4a, because I'm
having trouble understanding with how listeners and callbacks are
implemented in m4a.
webview.SetWebChromeClient(new WebChromeClient() {
public void OnProgressChanged(WebView view, int progress)
{
activity.SetTitle("Loading...");
activity.SetProgress(progress * 100);
if(progress == 100)
activity.SetTitle(Resource.String.app_name);
}
});
Best Regards,
Hernani Delindro
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/How-to-use-OnProgressChanged-in-m4a-tp5062534p5062534.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]
UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid