Short: Generally I'm thinking that having the three (ABS+VPI+HE) as libraries in my project could be something redundant for what I want to achieve, maybe one includes another and there's no need to have the three libraries.
Long: I am trying to make an app and I'm spending some time on its UI/UX to make it pretty nice since its functionality is almost done.
I got it working nicely with ActionBarSherlock + ViewPagerIndicator, but then I saw that on Android 2.1 compatibility some controls where old and horrible. So I discovered HoloEverywhere and added it, it was pretty cool and easy to get ABS+VPI+HE working together.
So my questions are, am I doing this the right way? Could I achieve VPI swipe effect from 2.1 to 4.2.2 with only HoloEverywhere + ActionBarSherlock? Or Could I use an ActionBar from 2.1 to 4.2.2 without ABS but with HE?
Thank you very much in advance. And sorry if my english is bad.