Re: [android-developers] Use of fragments on android phone and on tablets.

2012-07-19 Thread TreKing
On Thu, Jul 19, 2012 at 2:42 AM, |-NK-| wrote: > How am I supposed to implement this functionality i.e use fragments > for phone devices and not use fragments when using tablets ? > I think the idea is you use Fragments in both cases, just change the layout based on the device properties. What

[android-developers] Use of fragments on android phone and on tablets.

2012-07-19 Thread |-NK-|
I am developing an application for android phones and tablets. 1) I have a UI that needs to be cut down into 2 subscreens and put into 2 differentfragments for the android phone devices and use pageviewer to switch between 2 subscreens. 2) However when I will be using a tablet, there is no n