Excluding the fact that JobScheduler
only supports API > 21 - are JobSchedulers
designed to fully replace SyncAdapters
? Or does SyncAdapter
contain any functionality lacking by JobScheduler
?
My use case is syncing an RSS feed every couple of hours. This is doable with a JobScheduler - right?