When my ListView activity loads it creates the Adapter which fills the screen as it should do. Is there an event or way to find out when the Adapter has finished getting enough data to fill the screen.
I want to show a spinner the first time the Activity loads and have it go away once the screen has its first load of data from the Adapter.