Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

siyb/android-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-http

Introduction

The android-http framework was inspired by the Google I/O 2010 - Android REST client application talk that can be found here. The framework is designed to send, receive, process and publish webrequests and their corresponding replies.

Features

  • WebRequest / WebReply API: enables developers to conveniently send web requests and handle their replies concurrently
  • Blocking WebRequests
  • Processor: allows post processing of web replies
  • Several abstract processors that facilitate development of JSON and XML (SOAP) processors
  • Processors that ease every day development (Image processing)
  • In memory (LRU) and file based caching
  • SSL support
  • Automatic selection of web clients based on the Android version running on individual devices

Planned

  • Chaining multiple processors
  • Ordered asychronous web requests
  • OAuth 2.0

License

Apache License, Version 2.0. Please refer to LICENSE and NOTICE for additional information.

Example

Example code illustrating a simple web request can be found in the example/ directory.

Opensource Software used:

About

A web request framework for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published