Re: [android-developers] Getting Bitmap from a canvas

2011-02-22 Thread Jitesh dedhiya
Have you tried API DEMOS in android...not so..Hope it works for you http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List14.html On Thu, Feb 17, 2011 at 7:00 PM, alok kumar wrote: > I am trying to create a bitmap using a canvas. > I need show about 50 bi

[android-developers] Getting Bitmap from a canvas

2011-02-22 Thread alok kumar
I am trying to create a bitmap using a canvas. I need show about 50 bitmaps in an app and make them Kinectic scrollable but problem is I don't want to draw them again on every invalidate() as I have to calculate width and height to draw bitmaps at correct positions. so what I am trying is to save a