, 1, 0, this);
}
private void setupWebView(){
webView = (WebView) findViewById(R.id.webview);
webView.setWebViewClient(new HelloWebViewClient());
webView.getSettings().setJavaScriptEnabled(true);
webView.loadUrl(MAP_URL);
}
=
Thanks.
-vishal garg
am
thinking of using threading to resolve but unable to understand/find
documentation. Please help.
I read : http://developer.android.com/resources/articles/painless-threading.html
and was able to figure out very less from it.
-vishal garg
--
You received this message because you are subscribed
Thnx for your reply.
-vishal garg
On Mon, Aug 1, 2011 at 4:44 PM, Raghav Sood wrote:
> You can test on any android phone/tablet. Dev phones are already rooted. You
> can buy them through your developer account.
> Thanks
>
> On Mon, Aug 1, 2011 at 4:10 PM, suleimaan wrote:
>&
3 matches
Mail list logo