when will the deprecated tabactivity no longer work in future versions of Android? I am asking because Android is open source so someone in the dev community might be lurking here
for designs that I get from clients which mimick iOS style tab-bars, on a Froyo device the tabactivity is the best way to implement this
I'm having much difficulty doing this with fragments with the compatibility pack. see this long question: Android how to interact with Fragment tabs
so before I switch back to a class TabActivity, when can I expect apps that use tabactivity to no longer work in future android versions?