OSDN Git Service

Eleven: Make Images load a bit faster
authorlinus_lee <llee@cyngn.com>
Wed, 29 Oct 2014 23:16:10 +0000 (16:16 -0700)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 20:51:36 +0000 (12:51 -0800)
commite0b98caeaf078339021e58ff77a6be6dc0cf0cbe
treeed98db215107c091561c38c6162c76a7ae8c11c5
parentb38670860bb53e6e3a3ebf3ac385080d51eb4008
Eleven: Make Images load a bit faster

Load the images while the user is touching but not flinging
I tried a more in-depth solution by listening to the scroll listener
but you could see the scroll chop at the end.  Probably looking into
loading an image per frame will be the only way to solve this route, but
I'm putting that on the backburner for now

https://cyanogen.atlassian.net/browse/MUSIC-86

Change-Id: I136688c6b6c380afcb34df0f7a7d6fc180da426c
src/com/cyngn/eleven/ui/activities/SearchActivity.java
src/com/cyngn/eleven/ui/fragments/AlbumFragment.java
src/com/cyngn/eleven/ui/fragments/ArtistFragment.java
src/com/cyngn/eleven/ui/fragments/PlaylistDetailFragment.java
src/com/cyngn/eleven/ui/fragments/profile/BasicSongFragment.java