Recent content by testingworld1985

  1. T

    Can I use RxAndroid instead of Android Loader,HandlerThread,AsyncTask etc?

    I am new to android, presently I am learning the concept of asynchronous. I notice that there are many concepts that can do asynchronous in Android. Some of them are: JavaThread HandlerThread AsyncTask Loader RxAndroid AsyncQueryHandler Service IntentService My question is that, should I learn...