Is there a higher level (block diagram, etc.) or tutorial for the network access pattern used by the Google IO 2013 app ?
I know it uses SyncAdapter
and the Volley library but I seem to get lost in the Google specific APIs such as Plus
.
So far, I've just been using in-Activity AsyncTasks
and would like to move to using Volley
and investigate other patterns.