I am trying to switch from SyncSDK to Core API. Everything going smoothly apart from your sample about picking up authentication result on onResume method of the activity. Shouldn't Core API Android helper follow Android design pattern and deliver result to activity after calling startActivityForResult? SyncSDK does this.
onResume works too but it is unnecessary to keep checking authentication result whenever user opens my settings activity.
Am I missing something?