Hi all I am drawing some bitmaps in canvas in which my class is extended by view and then everything is working fine but I found that the efficiency is lacking in this. So i have searched for other alternatives and found that we need to extend class to surfaceview inorder to increase efficiency. So at present I am drawing bitmaps using surfaceview. But here is the problem, when I changed and run the program I am unable to see the bitmaps but the onDraw() is called. I have done some searching in this but couldnt found anything. Can you please let me know eventhough the images are being draw on to the view, why the images are not being displayed???
Note: I have done as an application then the images are visible but when i ported the code to frameworks this situation raises.....I am implementing this on LockScreen Thanks -- 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

