You can get the root view of a View in your hierarchy and get the drawing cache for that view.
On Wed, Apr 9, 2008 at 9:28 PM, Dexter's Brain <[EMAIL PROTECTED]> wrote: > > This will be only for a view i guess....But if i want that for the > whole screen, can it be done?? > > On Apr 9, 10:11 pm, Diego Pino <[EMAIL PROTECTED]> wrote: > > To take a snapshot of a View use > > > > View.getDrawingCache() > > > > You should have turned cache on before that > > > > View.setDrawingCacheEnabled(true) > > > > br > > > -- Romain Guy www.curious-creature.org --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

