Open GoogleCodeExporter opened 9 years ago
What did we change between these versions? Is this the move to the library
activity? Maybe it'd be worth doing a lazy load of artists, albums etc, I'll
read up on whether that's possible. It might also be worth asking the user to
submit some of the error reports, so we know exactly what the problems are.
And that is a whopping library!
Original comment by aml.cur...@gmail.com
on 21 Jul 2012 at 5:52
I have this same size library and I definitely noticed it is slower. Here is
what I think it is on older devices....
1. The artist list loads fast but now we are loading Albums and Playlists as
well.
2. The Albums list loads the first N album covers which takes some time and
memory.
Maybe you are right, if we can lazy load only after they click the tab the
first time load that data with the Artists loading by default.
Original comment by mellowaredev
on 21 Jul 2012 at 7:18
Wow, my library is only just north of 3000 songs. Yikes!
Okay, well I think it might be worth then staggering loading so that it only
loads one tab at a time; I'll also look up lazy-loading examples and try some
of them. I think the problem currently is that because they are in a ViewPager,
the system see each page as being visible (and so should load itself), when in
reality only one of the three are visible.
Original comment by thecurran91
on 21 Jul 2012 at 8:16
Wrong account - that should be from aml.curran
Original comment by thecurran91
on 21 Jul 2012 at 8:17
HA so with 3000 songs everything probably loads fast. :) Yeah I have a
gigantic collection and I test on much older hardware but it still surprisingly
loads in about 10 seconds. This user if he only has Android 2.2 much have even
older hardware than mine.
Original comment by mellowaredev
on 22 Jul 2012 at 12:25
Original issue reported on code.google.com by
mellowaredev
on 21 Jul 2012 at 11:48