I am having trouble with Progress Dialog and Handler. The scenario is something like this - I have am having one function that set Handler to call after 2 seconds (postDelayed). I need to start Progress dialog when handler start to perform runnable function. I am able to display Progress Dialog but it is not animating all.
Maybe your code is still running on the main thread and therefore the Animation is not not smooth. Can you post some code? That way people will have better view of your problem.