TabActivity is Deprecated in Android 4.0 (Ice cream sandwich)
Date : March 29 2020, 07:55 AM
To fix the issue you can do Yes the usage of TabActivity has been deprecated since android 3.0. From now on fragments are supposed to be used. The android compatibility library is a standalone library in the form of a jar file which can be included in projects. This library makes available the api's for fragments and other new functions introduced in Honeycomb for devices with os version less than 3.0. With the compatibility library fragments can be implmented from android 1.5 upwards.
|
Android: TabActivity deprecated using Fragment instead
Date : March 29 2020, 07:55 AM
it helps some times Not sure if you're still looking (hopefully not :) ) but here's a really good one: how to use fragments
|
How can I use fragments, now that TabActivity is deprecated?
Date : March 29 2020, 07:55 AM
|
Best way to implement Android TabActivity that is not deprecated
Date : March 29 2020, 07:55 AM
may help you . For Android 4.0+ version, what is the best way to implement this?
|
Android deprecated tabactivity, when will this no longer work
Date : March 29 2020, 07:55 AM
|