[android-developers] Using Callbacks in Master-Detail Scenario.

2015-05-20 Thread Phil Gibbs
I have a typical master-detail scenario. That is, first activity invokes a list fragment in which I retrieve a list using a contentprovider. An Item click on this list returns the row using a callback to activity. Activity determines device type and either fires a detail fragment (for tablets

Re: [android-developers] Using Callbacks in Master-Detail Scenario.

2015-05-20 Thread Justin Anderson
"Can someone tell me what I'm missing here?" Some sample code, so we can try to help... :-) On Wed, May 20, 2015 at 8:29 AM Phil Gibbs wrote: > I have a typical master-detail scenario. That is, first activity invokes > a list fragment in which I retrieve a list using a contentprovider. An > It