Class | Description |
---|---|
CachedData |
Cached data class for use with the cached data service
|
CachedDataService |
Simple service that allows downloading and caching data locally.
|
ImageDownloadService |
Simplifies the process of implementing an image link for labels and lists by
binding a request to a component.
|
RSSService |
Simple RSS read and parse request, to handle errors just subclass this and override
parsingError.
|
TwitterRESTService |
Calls to the Twitter REST API can be performed via this class although currently
support for authentication isn't implemented due to the transition to oAuth instead
of basic authentication.
|
Default WebService implementations