[android-developers] Re: Album Art

2009-01-08 Thread Dominic
Michael said: >I'm doing this in an unreleased application. I made an account >over at Amazon.com, and make a simple HTTP request to their >server, retrieve the XML result, parse it, locate the image URL, >fetch the image, and cache it on the SD card. Hi Michael, I'd agree that fetching the

[android-developers] Re: Album Art

2009-01-06 Thread Protocol-X
I know media scanner does but the problem is it does not work.. even using a working example in the samples it will not pull the album art.. i am not the only once experiencing this problem either. it breakes the code trying to pull the album art so im looking for a working example On Jan 5,

[android-developers] Re: Album Art

2009-01-05 Thread rktb
MediaScanner retrieves ALBUM_ART. You may check that service. -Ravi On Dec 27 2008, 1:02 pm, Protocol-X wrote: > Does anyone have a working Example of ALBUM_ART,  I have tried every > example out there and cannot find any that actually retreive the art. > the Lack of support on googles behalf o

[android-developers] Re: Album Art

2009-01-05 Thread Michael
> Does anyone have a working Example of ALBUM_ART, I have tried every > example out there and cannot find any that actually retreive the art. I'm doing this in an unreleased application. I made an account over at Amazon.com, and make a simple HTTP request to their server, retrieve the XML resul