Hypothetical question: Let's say I want to decode a Bitmap from file/stream/anything using BitmapFactory. Is it possible to get the decoding progress (as integer)? I want to put the progress in a ProgressBar. Or is it even possible but not using BitmapFactory?
Thanks!