Re: [android-developers] Android ProgressBar with threads

2012-02-10 Thread TreKing
On Fri, Feb 10, 2012 at 2:14 PM, Isuru Madusanka wrote: > I am working on ProgressBar class in android, but I can't make it > progress through 5 seconds and load the application. Everything works > but the progress bar not progressing. > You can't update the UI in a different thread. Use an Async

[android-developers] Android ProgressBar with threads

2012-02-10 Thread Isuru Madusanka
I am working on ProgressBar class in android, but I can't make it progress through 5 seconds and load the application. Everything works but the progress bar not progressing. Here is the code. public class StartPoint extends Activity{ ProgressBar progressBar; private int progressBarStatus = 0; @O