My app allows people to use and manage their data regardless they're logged 
in. Though, as I uniquely identify each device, I want to sync data from my 
anonymous users (not logged ones) as well. So, I was wondering if it is a 
good practice to create an anonymous account in this case, since 
SyncAdapters only work with accounts.

Should I create an account for my anonymous users or should I sync their 
data with threads/AsyncTasks/Loaders? In particular, is there any way to 
make 
ContentResolver.requestSync()<http://developer.android.com/reference/android/content/ContentResolver.html#requestSync%28android.accounts.Account,%20java.lang.String,%20android.os.Bundle%29>
 work 
without the need of an account?

-- 
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

Reply via email to