Hi there,
According to the change M5 change list, the TabHost and TabWidget are
no longer deprectated:
http://code.google.com/android/migrating/m3-to-m5/m5-api-changes.html#ui
Widgets and Views
Classes:
android.widget.Page and android.widget.PageTurner have been
removed.
android.widget.TabHost and android.widget.TabWidget are not
deprecated anymore and can be used.
However, when I reference them in Eclipse, they are still showing up
as deprecated. Is this a problem with my setup (using m5-rc15),
documentation or an error in the change list?
Thanks,
--Darren