[android-developers] Re: WebView

2008-09-07 Thread Dai Odahara

hi I mean that I do nt open new window. Is it possible not to open web
window from web view comp?

On 9/7/08, dai <[EMAIL PROTECTED]> wrote:
>
> I'm trying to display web page (html / javascript) on WebView
> component.
> You know, it's ok to show the page on the WebView comp initially but
> after clicking a link (like weather, finance), the web-browser
> embedded on Android originally.
>
> Does someone know how to keep showing web page on the WebView
> componenet??
>
> Thank you very much
> >
>

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: running httpclient with beta 0.9

2008-08-20 Thread Dai Odahara
No, I did not add the tag,...so it's working well now by adding the tag!

Grazie so much

On Wed, Aug 20, 2008 at 8:30 PM, Mark Murphy <[EMAIL PROTECTED]>wrote:

>
> DeMorgan wrote:
> > Hi Justine,
> > I have tried to migrate to new http client, in previous release I was
> > using classes:
> > import org.apache.commons.httpclient.HttpClient;
> > import org.apache.commons.httpclient.HttpStatus;
> > import org.apache.commons.httpclient.methods.ByteArrayRequestEntity;
> > import org.apache.commons.httpclient.methods.PostMethod;
> >
> > Now I have moved to new http client, but I am getting en exception:
> > java.net.SocketException: unknown error
>
> Did you add:
>
> 
>
> to your AndroidManifest.xml? That's a new requirement in 0.9.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com
> Warescription: All titles, revisions, & ebook formats, just $35/year
>
> >
>

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---