On Sat, Jan 29, 2011 at 8:00 PM, Takuto Kondo <[email protected]>wrote:
> I can't draw path, but I can draw path when I > make 'canvas.setBitmap(bitmap);' comment out. I have no idea why it can't > draw. > My guess would be the fact that you've changed the render target. By default you're drawing to the Canvas which ends up on the screen. If you tell it to draw to some random Bitmap you create, how's it to know to draw that on the screen? Have you tried saving the Bitmap after drawing to it? ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

