2

Does anyone know how this can be done? If so - has anyone seen any examples, tutorials or repositories containing such a method?

I've found the following:

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

But I'd like to throttle all traffic - not just one HTTP request.

Bill Florentine
  • 81
  • 1
  • 5
  • 13

1 Answers1

0

If you can do you testing on an emulator, then you can change the data latency by going to your Run Configuration -> Target and then scrolling down to see the respective setting (in Eclipse). If it has to be on a real device, or has to be purely through wifi, then what I said is not relevant.

HTH, Ali.

Ali Naddaf
  • 368
  • 1
  • 3
  • 6
  • I'm looking for a solution which can be integrated into my source code for implementation in actual devices. (Thank you for your input though!) – Bill Florentine Apr 17 '13 at 04:40