"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 <[email protected]> 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 > 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 etc) or fires a detail activity (for phones). > I am trying to update the list in the list activity following an update, > or a delete. The adapter is located in the list fragment - as is normal. > I have coded callbacks from the detail activity to the first activity. > That did not work. I've done the same thing but calling back to the list > fragment. That does not work. I created a hard-coded reference to the > ListFragment adapter in the DetailFragment in order to call ' > notifyDataSetChanged' which not surprisingly also did not work. > Can someone tell me what I'm missing here? > > -- > 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 > --- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

