[android-developers] Multi-pane Layout best practice

2014-10-26 Thread Sergio Panico
Hi all, i just need some clarification about the best way to design a multi-pane layout for my app. More in datail, i'm just interesting in understand how is the better way to let the fragments communicate with their parent activity. Accordingly to what described here

[android-developers] Multi-pane Layout

2012-03-26 Thread Ralph Bergmann | the4thFloor.eu
Hi, I want to know: how to design a multi pane layout with more than 2 panes? I found examples with 2 panes. But how to design the layout when I wont more panes (with different widths)? Example: Main pane a and pane b are visible. The user clicks on an entry on pane b. Pane a goes off to the

Re: [android-developers] Multi-pane Layout

2012-03-26 Thread Justin Anderson
My guess is that they are using fragments and just replacing fragment a with fragment c... To make it look nice they add an animation to the transition. In other words, there are really only ever two panes at any given time. Thanks, Justin Anderson MagouyaWare Developer