How can I easily adapt my existing Android app to Honeycomb?
Thursday, January 5th, 2012 at
5:53 am
Currently I have an app which works on Android 1.6 and above. I’d rather not have to rewrite a separate application for Honeycomb and I can’t find much help anywhere. Is there an easy way for me to adapt it to work on Android 3.0+ with a proper tablet interface rather than just magnifying my Android-phone interface. Thanks!
Tagged with: adapt • Android • easily • existing • honeycomb
Filed under: Mobile Devices
Like this post? Subscribe to my RSS feed and get loads more!


You’re going to have to write new XML layouts with different screen size qualifiers. Most of the time a layout designed for a small phone screen will have to be substantially redesigned to look nice on a tablet.