It's not deprecated, it's a bug in the droiddoc tool - deprecating a
class marks all its subclasses as deprecated too, which doesn't make
sense. I fixed this bug in the public tree some months ago, but it
appears the fix did not propagate to Googles internal tree.

Ignore it. WebView is not deprecated.

On Apr 22, 5:01 pm, jarkman <jark...@gmail.com> wrote:
> We're porting our apps to the 1.5 preview SDK. That has mostly been
> prettty painless, but we do have a WebView which is not showing any
> content, for reasons which are currently unknown.
>
> Looking in the 1.5 SDK docs, I see that WebView is deprecated. The
> recommendation there is to use a FrameLayout, RelativeLayout, or a
> custom layout instead.
>
> I don't understand that recommendation, since FrameLayout and
> RelativeLayout don't do the thing that WebView does best - showing a
> bunch of HTML content pulled down from our server at runtime.
>
> So, what am I missing ? Can WebView really be simulated with a
> FrameLayout ?
>
> Thanks,
>
> Richard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to