On Mon, Nov 15, 2010 at 11:28 AM, Néstor <rot...@gmail.com> wrote: > How can I tell my app to display my site to fit in the screen? >
There are many properties that can be configured on a WebView. See these two links to start. http://developer.android.com/reference/android/webkit/WebView.html http://android-developers.blogspot.com/2008/09/using-webviews.html > OR > How do I set up my app to use the android browser to display my site? > Just launch an intent with Action.VIEW and the page as the URI - the system will find the appropriate app to handle it, i.e. the user's default browser.. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en