Yet another compatibility question.
THE PROBLEM
I need to use a tabbed action bar
in api level 3.0 and greater to switch between fragments
. However, I also need to be able to switch between these fragments
somehow in api level < 3.0.
The spanner in the works is the fact that I have already downloaded a custom compatibility library that allows me to use google maps
with fragments
and therefore I can't use a library.
THE QUESTION
How can I implement a tabbed ActionBar
solution in 3.0 and greater and also cater for the bigger market that is 3.0 and less?
Any help would be grand.