I wanted to test which method I should use for performing network communication for my Android app. I want fastest network communication.
How should I test these two methods java.net and java.nio for my mobile app to get to the conclusion.
Any pointers ?