Re: [android-developers] Re: save image with transition effect
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home