Hi everyone, I'm working on an application that lists a stored library using a ListActivity.
My question is, is when I open application it has a visible loading time before the XML view is inflated. During this time only the application name is shown. This is noticeable on quite a few application out there but others seem to have implemented loading screens and what not.
Does anyone have a solution to this or know how to make a good loading screen?
Cheers!