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

2012-01-31 Thread TreKing
On Tue, Jan 31, 2012 at 8:41 AM, Mansoor wrote: > I tried following and got first group bitmap : > View mView = mExpandableListView.getChildAt(0); > > but how to get bitmap for particular group /child generically ? > Well, if "getChildAt(0)" get your the first one, replace "0" with the index o

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

2012-01-31 Thread Mansoor
Hi, I am trying expand/collapse animation in expandable listview but i am stuck :( i have two group each with some dynamic number of items. so when first group expands, second group slides down (along with its child items) smoothly and displays first group child items with some alpha animation.