I\'m trying to create a SyncAdapter for my Android app to show YouTube videos from one specific channel. The videos are public domain so I don\'t want the user to login, create
In short the answer is: ContentProvider, AccountManager and SyncAdapter go together. You must have these three pieces, even if they are "dumb".
ContentProvider
AccountManager
SyncAdapter