Re: [android-developers] Re: ExpandableListView How to get bitmap of each item separately

2012-02-01 Thread TreKing
On Wed, Feb 1, 2012 at 1:19 AM, Mansoor wrote: > My group item layout/UI changes in expand and collapse state . > > How to get latest bitmap of corresponding group ? > Your adapter for the ExpandableListView tells it what views to use. So tell it to use one view when collapsed and another when

[android-developers] Re: ExpandableListView How to get bitmap of each item separately

2012-01-31 Thread Mansoor
Hi Treking Thanks for your reply :) I am facing one issue even for getting bitmap of first group item. My group item layout/UI changes in expand and collapse state . If i get drawing cache in expand state i am getting bitmap correspond to collapse state ... How to get latest bitmap of correspo