Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-06-06 Thread Amitai Rosenberg
OK. Thanks for your help! On Monday, June 6, 2016 at 9:11:12 AM UTC+3, TreKing wrote: > > > On Wed, Jun 1, 2016 at 12:17 AM, Amitai Rosenberg > wrote: > >> I see. However, I am already using multiple fragments on the same >> Activity with the Navigation Drawer, like Google

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-06-06 Thread TreKing
On Wed, Jun 1, 2016 at 12:17 AM, Amitai Rosenberg wrote: > I see. However, I am already using multiple fragments on the same Activity > with the Navigation Drawer, like Google suggests. > I found it easier to navigate to new Activities that extend some

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-05-31 Thread Amitai Rosenberg
I see. However, I am already using multiple fragments on the same Activity with the Navigation Drawer, like Google suggests. One question though: I am trying to implement a shared content element transition from my main activity to the details activity. The problem is that the content on the

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-05-31 Thread TreKing
On Sat, May 28, 2016 at 1:20 PM, Amitai Rosenberg wrote: > Thanks. It says there like I wrote. My question is- why? Why don't they > suggest to use a fragment also for a small screen device, and just replace > fragments? > Having one activity manage two fragments on a phone

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-05-28 Thread Amitai Rosenberg
Exactly. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. To post to this group, send email to

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-05-28 Thread TreKing
On Sat, May 28, 2016 at 1:20 PM, Amitai Rosenberg wrote: > Thanks. It says there like I wrote. My question is- why? Why don't they > suggest to use a fragment also for a small screen device, and just replace > fragments? Are you asking why have two activities on phones,

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-05-28 Thread Amitai Rosenberg
Thanks. It says there like I wrote. My question is- why? Why don't they suggest to use a fragment also for a small screen device, and just replace fragments? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-05-28 Thread Amitai Rosenberg
Thanks. It says there like I wrote. My question is- why? Why don't they suggest to use a fragment also for a small screen device, and just replace fragnents? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group

Re: [android-developers] Master Detail Flow with Fragment or Activity

2016-05-27 Thread TreKing
On Thu, May 26, 2016 at 12:04 PM, Amitai Rosenberg wrote: > I'd be happy for some guidelines and explanations. https://developer.android.com/training/implementing-navigation/descendant.html