AsyncTask progress wheel not spinning?
问题 AsyncTask work fine when I'm doing zip , unzip , download file and store data from XML into database . But now I'm trying to implement https://github.com/fry15/uk.co.jasonfry.android.tools swipe in layout(data pick from database and show in webview) which add layout in run time so it takes a long time so I can put this in AsyncTask but now AsyncTask progress wheel not spinning ? My code is working properly but problem is not spinning wheel on AsyncTask. public class LoadSlideAndQuestion