On Wed, Aug 3, 2011 at 5:46 PM, Neilz <[email protected]> wrote:

> Am I correct in assuming that if I want an app that is developed for
> Tablets using Fragments etc, that this has to be a separate app to one
> designed for standard devices?
>

No. You can have a single APK that works on both. Use the
compatibility library to get fragment support on pre-3.0 devices.
You can have different layouts based on screen size and/or
Android version.

> If so, how does this work for the market? If my client says, we want
> our new app to fit standard devices but also have a specific version
> for tablets, would this mean creating two apps with two market uploads?

You can now have multiple APKs targeted at different devices.

-- 
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

Reply via email to