How would I do a custom “loading” dialog during an AsyncTask like the one in the Bank of America app, for instance? See:

I basically don’t want the popup ProgressDialog but instead one that is embedded into the layout.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not a
ProgressDialog. It’s just aProgressBar. Put it on your layout and make it visible when it’s necessary.