[android-developers] Menu To Action Bar transition

2012-05-31 Thread giles ian
Hi Developers, I have an app developed for 2.2+. This app has menu options. Now on 4.X i get a compatibly menu button. Now after including action bar i am not sure how the app should behave. I change my app and set targetSdkVersion to 14 with proper min version and include the support jar. Add

Re: [android-developers] Menu To Action Bar transition

2012-05-31 Thread Mark Murphy
On Thu, May 31, 2012 at 7:38 AM, giles ian gilesian@gmail.com wrote: Hi Developers, I have an app developed for 2.2+. This app has menu options. Now on 4.X i get a compatibly menu button. Now after including  action bar i am not sure how the app should behave. I change my app and set 

Re: [android-developers] Menu To Action Bar transition

2012-05-31 Thread giles ian
Thanks Mark, So what you are trying to say is if i don't use ActionBarSherlock then i wont get ActionBar on 2.2 and 2.3, which will mean there will absolutely be no change (ui wise) in my my but when it runs on 3.0+ an action bar will pop up. Now if this is the case what code changes do i need

Re: [android-developers] Menu To Action Bar transition

2012-05-31 Thread Mark Murphy
On Thu, May 31, 2012 at 7:56 AM, giles ian gilesian@gmail.com wrote: Thanks Mark, So what you are trying to say is if i don't use ActionBarSherlock then i wont get ActionBar on 2.2 and 2.3, which will mean there will absolutely be no change (ui wise) in my my but when it runs on 3.0+ an