Coder Social home page Coder Social logo

wang663632304 / opens-asynchronous-android-httprequest Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dinote/opens-asynchronous-android-httprequest

0.0 1.0 0.0 177 KB

OpenS - Android HttpRequest is an asynchronous http client for android with caching, connection throttling and a simple to use callback mechanism.

Home Page: http://dinote.wordpress.com/opens-asynchronous-android-httprequest/

opens-asynchronous-android-httprequest's Introduction

OpenS Ð Asynchronous Android HttpRequest

OpenS HttpRequest is an asynchronous http client for android with caching, connection throttling and a simple to use callback mechanism. Requests are performed outside the main UI thread, but callbacks are invoked in the same thread that the request was created on. Instead of using the anonymous callbacks, it uses a simpler target-action callback mechanism that allows you to use any method as the callback.

To get started -- checkout http://dinote.wordpress.com/opens-asynchronous-android-httprequest/

Features

  • Asynchronous http request invoked outside the UI thread
  • Handle the response in plain methods (no anonymous callbacks)
  • Transparent in memory, to file, or multi-level caching
  • Image and JSON requests
  • Connection throttling with max concurrent requests
  • Thread pool to minimize resource usage
  • Includes a lazy loaded image view (RemoteImageView)

opens-asynchronous-android-httprequest's People

Contributors

dinote avatar

Watchers

wanglin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.