Reputation: 1
I have an app written and in market for froyo (phone). I want to expand this app to support honeycomb, specifically to support tablets. The tablet would have a more extensive UI/interface then that for the phone.
What's the best way to expand support for the froyo app to support tablets? Write another app for tablet, refactor the froyo app, or need to rewrite the whole app to support phone+tablet?
Also, if I am supporting phone+tablet, is that possible in one codebase?
Upvotes: 0
Views: 129
Reputation: 31503
Best to use the Android Compatibility Package and Fragments.
Upvotes: 2