Reputation: 45
In my application, onclick of menu it is taking time to load the next activity. So in between the screen is black for sometime.What should I do? Shall I add a progress bar? .
Upvotes: 0
Views: 216
Reputation: 5649
This is what you need: Async task It will create a separate thread to display the loader
Upvotes: 3