I've looked at all the action bar libraries I think... at least the descriptions of them. I know I can trap the android version from the phone. Is there any way to handle, cleanly, action bars that will work with all versions of android?
Or, can I trap the version, and then decide upon the implementation of which action bar lib I need to use at runtime?
There's no question that having the action bar buttons on top make a huge amount of sense, and it frees up some space I can use, plus allows people to make decisions on saving things even when the keyboard is showing, so I'd like to use them.
But, at the same time, according to stats I looked at in the past few days, Android versions 2x are still one of the biggest segments of the android population.
Anyone know the best way to handle this and cover all bases???