I’m making an Android application and it has to load some data though Internet (only some data– not all). So when the data is loading, and the Internet connection is slow, I want to show a “Loading…” icon to the user.
So how can I do this? Show a “Loading…” icon while the data is being loaded in the background, and when its completely loaded, hide the icon?
Thanks in advance!
use Async Task for your status.