package com.codename1.io.services
Default WebService implementations
Types
class CachedData | Cached data class for use with the cached data service |
class CachedDataService | Simple service that allows downloading and caching data locally. |
class ImageDownloadService | Simplifies the process of implementing an image link for labels and lists by binding a request to a component. |
class RSSService | Simple RSS read and parse request, to handle errors just subclass this and override parsingError. |
class 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. |