ProgressDialog not getting started in main thread
问题 I made an app which can upload some data to my database. In Activity, in which the user will enter data to be uploaded, i created a ProgressDialog. The ProgressDialog is created inside the onClick() method. In theory, it will be created because I'm not trying to make a ProgerssDialog in a thread other than Main UI Thread. Still, it's not being shown. I don't know why. package com.example.demoapp; import android.widget.*; import android.app.Activity; import android.app.ProgressDialog; import