Monday, May 17, 2010

How to open a website by building and calling an Intent

Intent myIntent = new Intent(Intent.VIEW_ACTION, Uri.parse("htt

Monday, April 5, 2010

Lecture 14

Africa Information Technology Institute

Asynchronous HTTP and Comet architectures

Asynchronous HTTP and Comet architectures

Comet has popularized the asynchronous processing and non-blocking streaming of response data. Comet defines a Web architecture that enables the server to push events or data to the client without waiting for the client to request it. In essence, the Comet pattern is based on creating and maintaining long-lived HTTP connections.