[android-developers] Re: Why can't draw a picture on canvas

2011-03-22 Thread Nicholas Johnson
It appears, by your code, that you *are* drawing on the bitmap through the canvas. However, I'm guessing your *real* question is: why is my bitmap not being displayed on the screen? Well, that's because your bitmap or canvas is not associated at all with any buffers which finally get displayed

[android-developers] Re: Why can't draw a picture on canvas

2011-03-22 Thread a a
2011/3/22 Nicholas Johnson metthejohn...@gmail.com: It appears, by your code, that you are drawing on the bitmap through the canvas. However, I'm guessing your real question is: why is my bitmap not being displayed on the screen? Well, that's because your bitmap or canvas is not associated at