Handlers vs Asynchronous calls in Android
问题 Currently i am using Handlers to call web service methods to make it run in background. The problem is its taking more time to give the response, it seems to be more expensive in terms of performance. Now i plan to go for the Async Calls, which will be the best one? What are differences between Handlers and Async Calls in Android? Please help me to come up with a best solution. For your reference I am giving some code snippets here signIn.setBackgroundResource(R.drawable.signin_press);