Parsers buenos para rss 2.0 xml:
-Simple https://github.com/salendron/Simple-Rss2-Android
-android-rss, recomendado en stackoverflow https://github.com/ahorn/android-rss
Validador de paginas rss: http://feedvalidator.org/
This sample demonstrates using SyncAdapter to fetch background data for an app. SyncAdapters can be used to execute your data transfer code at configurable intervals, while efficiently using battery and other system resources.
This sample implements all the required elements of a sync adapter.
- Creates a sync adapter class.
- Creates a bound Service which the OS uses to initiate a sync.
- Defines the sync adapter properties in an XML resource file.
- Declares the bound Service in the app manifest.
- Android SDK v23
- Android Build Tools v23.0.2
- Android Support Repository