I'm adapting Image Downloader from Google Android blog. I want ImageDownloader
to be singleton since I'll be using it in multiple places in my application. I want also to be able to manipulate Bitmaps
using different Strategies
(eg. produce transparent bitmaps).
Context:
I want to be able to use ImageDownloader
in one activity and set transparent bitmaps, and in another use the same ImageDownloader
but get black&white bitmaps using different strategy object.