Skip to content Skip to sidebar Skip to footer

How To Show A Progress Bar Inside An Alertdialog Builder Along With Other Elements Without An Xml?

I am trying to create an AlertDialog for a Bluetooth transfer after the transfer notification is touched in an android phone. I am trying something like this: Out of the below, I a

Solution 1:

You can use Dialog and add ProgressBar on this by using

_dialog.addContentView(view, params) method.

Post a Comment for "How To Show A Progress Bar Inside An Alertdialog Builder Along With Other Elements Without An Xml?"