I have a Recycler view with a custom layout
The custom layout has a button that updates some information this process takes some time and is done in an AsyncTask
My Question is can i change my custom layout to a ProgressDialog while this operation is taking place on the Selected row item only, and then when it is finished change back to the custom layout ??