Up until earlier today, I was under the impression that if I wanted to use ActionBar on devices lower than SDK version 11, I would need to use ABS. But, after looking at some questions on SO here, I came upon this: http://developer.android.com/resources/samples/ActionBarCompat/index.html
This system looks like it provides a fully functioning actionbar system on preHoneycomb devices. Specifically, though I don't see anything in those classes concerning actionbar tabs. Has anyone managed to use this actionbarhelper class with actionbartabs?
Does anyone have any experience using both of these systems? I'm having a heck of a time trying to import my android project to work with ABS, whether it was getting my R file to link, bringing the manifest into the folder, getting the correct package names so my activities would launch, and beyond all that, the highly cluttered src folder. So if it's possible to use this Google-provided code instead, I think it might be desirable - if it is possble to use tabs?