On Sun, Sep 18, 2011 at 8:21 PM, gag <[email protected]> wrote: > I was given the task of writing one of our apps for Android phones and > tablets. Do you have to write separate versions of the same app, one > for the phone and one for the tablet?
Many apps can use different resources (e.g., one GUI layout resource for normal-sized screens, one for large-sized screens), using the same underlying code base. In particular, the fragments framework helps to create applications where the tablet UIs are assembled from multiple phone-sized chunks of reusable UI. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

