I know there are already quite a lot of blog entries, how to's, questions out there that cover backward compatibility of Android 3.0 apps.
However, after reading them all I'm just more confused than before. :(
What I have is a Smartphone app that supports min. SDK version 8 (2.2).
I now want this one to stay the same on Smartphones, but also provide a fancy version on Honeycomb Tablets with Action Bar and Fragments and so on.
I know there is the compatibility pack, but all I read about it was about Fragments. What's with the Action Bar and the holographic Theme? I did get this pretty nice and easy just by changing the targetSdkVersion to "11" on my Tablet. How could I reach this with the compatibility pack?
Or would you say it's better to develop two different versions of the program? (And maybe merge them together later?)
Kind regards, jellyfish