im having trouble with why these values are being returned to me. the bitmap is being loaded using BitmapFactory.decodeResource() and the image loaded displays correctly when i draw it onto a canvas.
however, the only quirk i've encountered so far is that i cannot retrieve the bitmap width/height. i've even moved the loading of the images from the constructor into the onSizeChanged() event of the view just to make sure that the unloaded view isnt affecting the results. any insights to this would be appreciated. cheers! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

