The application currently has tabulations and bar custom made (by previous guy) from fragments to copy cat Apple design.
I want to move toward Android action bar to provide Android experience and usual behavior.
Should I implement Action Bar Sherlock or Action Bar Compat?
Pro ABS:
- Lots of documentation
- Action bar Tabs is well known (that's what I need to do)
- About Holo theme? ABS is great to support it, how perform ABCompat?
Pro ABCompat:
- Supported by Google (better in the long run?)
- Better connection with navigation drawer (but I will not use one)
- No external dependencies in Java Build path
What others arguments help decide? Which one should I pick ?
From my point of view, provided I succeed to do a action bar with fixed tabs, the Action Bar compatibility is the best choice (but not by much).
Thank you for helping me! (even providing arguments I missed)