I am working on an app and it is almost finished except only one thing: I don\'t know how to get link speed and place it in the status bar.I am new to Java so if somebody co
You can also write extension using JNI, and ask connection speed using C. It's just in case if you don't want to parse output from other application, but please keep in mind that this solution isn't portable.