[android-developers] Progress Bar without a dialog box

2011-01-16 Thread cool.manish
Hi, In my application, I am fetching data from server. During fetching response and parsing it, I want to display a progress bar(Like spinner) but without a dialog box. If I am using ProgressDialog then it is also displaying Dialog box. I had also tried Progress Bar but I have to include it in

Re: [android-developers] Progress Bar without a dialog box

2011-01-16 Thread TreKing
On Sun, Jan 16, 2011 at 10:49 PM, cool.manish mannishga...@gmail.comwrote: I had also tried Progress Bar but I have to include it in the XML. No you don't. Did you even try creating it programmatically?