The Android ProgressBar is a useful UI component that most developers will quickly find need of. Displaying progress, even an indeterminate “loading” indicator, provides crucial feedback to a user, eliminating frustration and confusion while your app is churning away in the background.
Today I’ll demonstrate using an indeterminate ProgressBar within a ListView while loading web content. I’ll be modifying the TweetView project from my previous post.
Full Post