I have a simple android app that display my site, but it displays my
site too big for the android screen
but when I display my site using the android browser it looks good and
it fits in the android screen.

How can I tell my app to display my site to fit in the screen?
OR
How do I set up my app to use the android browser to display my site?

This is my code:
//        setContentView(R.layout.main);
        WebView webView = new WebView(this);
        webView.loadUrl("http://www.mysite.com/";);
        setContentView(webView);


Thanks,

Néstor :-)

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to