Reputation: 1135
I'm a new android developer. I'm developing an app for android Gingerbread (2.3.3) and I would like my app to be used in a Tablet with HoneyComb 3.0.
My questions are:
Thanks.
Upvotes: 0
Views: 1446
Reputation: 887
Use fragments. There is a static library that should allow you to write for Honeycomb and maintain compatibility all the way till Donut. See this and this
Also read android-developers.blogspot.com/2011/09/preparing-for-handsets.html . It covers some aspects of designing a single application to run on both phones and tablets. It looks like if the applications follow the guidelines set here, then Ice Cream Sandwich compatibility should be trivial at worst.
Upvotes: 2