package com.codename1.io.services

Default WebService implementations

Types

class CachedDataCached data class for use with the cached data service
class CachedDataServiceSimple service that allows downloading and caching data locally.
class ImageDownloadServiceSimplifies the process of implementing an image link for labels and lists by binding a request to a component.
class RSSServiceSimple RSS read and parse request, to handle errors just subclass this and override parsingError.
class TwitterRESTServiceCalls 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.