Hi! I'm not sure if this is what you're looking for, but check this method: http://developer.android.com/reference/android/view/View.html#getDrawingCache()
Marina On Wed, Oct 1, 2014 at 4:09 PM, sweety fx <[email protected]> wrote: > I need to get the bit map from the View flipper., when I flip I need to > get the new bitmap from the flipper > > I tried view flipper.getCurrentView() -> to get the current view visible > on the flipper but don't know how to get the bitmap image > > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

