Skip to content

jagipas/ProyectoPdpRss

Repository files navigation

Proyecto Android RSS para Pdp

Base para el proyecto de PDP basada en el ejemplo SyncAdapter de los repositorios de google.

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.

Pre-requisites

  • Android SDK v23
  • Android Build Tools v23.0.2
  • Android Support Repository

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages