Android IO 2013 App (iosched) Network Patterns

390 Views Asked by At

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.

1

There are 1 best solutions below

1
afpro On

is AbstractThreadedSyncAdapter what you mentioned above? AbstractThreadedSyncAdapter is used for account sync.