I have a progressbar that is supposed to run in an AsyncTask , but it is not appearing, although the task runs
XML:
Did you forget to execute your task?
... diagProgress = (ProgressBar)findViewById(R.id.progressBar1); new DiagnosticsTask().execute(); ....