torch2424 / Feather

A Media/Video Playing app for android
Apache License 2.0
1 stars 0 forks source link

Comparator is slow #8

Open torch2424 opened 9 years ago

torch2424 commented 9 years ago

Optimize it for a speed up on performance

torch2424 commented 9 years ago

Instead of sorting the songs before playing, how about creating song objects while the first song is playing, or searching for the next/previous song in the playlist whenever the next/previous song is needed.

Or create a map of our playlist and it's track ids