I'm re-packaging my web service api library from Android to cross-platform,
I notice that I've used a lot of AsyncTask ... I wonder how do I dodge using this Android-specific method by
replacing with something more common, and would run perfectly in Android as well.