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 expanded.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 corresponding group ?

Thanks and regards
Mansoor V.M



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en