I tried to use APACHE HTTPCORE to build a streaming web server, that generate the data on-the-fly, and response using the InputStreamEntity with a PipedOutputStream.
Tested with 1MB size of data, and it uses more than 1 minute to finishe the transfer. Here is my source code: http://tinyurl.com/4tfxu64 note: this demo will open the 8080 port on your android as an web server. "adb forward tcp:8080 tcp:8080" will forward the port from your android to your desktop. then, open a browser from your desktop, and open this URL: "http:// 127.0.0.1:8080/" -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

