App Tethering : Sharing Persistent Resources Part 2
Last post we were introduced to sharing resources, in particular, persistent resources, and we wrote an example to share a persistent resource of type Data between two apps. This time around let’s do the same with a resource of type Stream. On the surface it feels pretty similar, but we’ll look under the covers to […]