Ok, got it now. Thanks for your valuable suggestion, Pedro.
> 1. create a Bitmap > 2. create a Canvas using Canvas(Bitmap bitmap) constructor > 3. draw whatever you want using that canvas > 4. write a bitmap using compress() method > > -- 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

