convert view into bitmap [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Converting a view to Bitmap without displaying it in Android? I am trying to convert the view into bitmap from following reference link link text Now the problem is how can i get the bitmap that is being converted from view only. in the example author has used relativelayout.dispatchDraw(c) but this line is giving me compile time error i.e. The method dispatchDraw(Canvas) from the type ViewGroup is not visible