On Sat, Sep 11, 2010 at 2:51 PM, dadada <[email protected]> wrote: > then why can iphone support screen shot but android cannot?
I doubt any Apple employees are on this discussion group, and if they are, there's a fairly decent chance they will decline to answer your question. > does anyone know of a workaround? i just need to capture the part of > the image that the user is viewing.(after they try to zoom in or > out). If this is your activity and your image, you don't need a screenshot for that. You know what the image is, you know the zoom level and size -- draw it to a Bitmap-backed Canvas and save the result. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- 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

