Re: [android-developers] Should I use Action bars

2012-02-06 Thread Mark Murphy
I would head for action bars -- it is better to aim for the future. Using something like ActionBarSherlock lets you keep pace with the newer UI patterns while still working on older devices. On Fri, Feb 3, 2012 at 8:38 PM, Drun wrote: > I seen that google is trying to get developers to use action

[android-developers] Should I use Action bars

2012-02-05 Thread Drun
I seen that google is trying to get developers to use action bars instead of menus, but also know that action bars were not put in till 3.x, and I am targeting 2.1 as the min SDK. I have seen that there are a few libraries out there to try to imitate action bars for as far back as 1.6. My questio