Okay, I have customized BaseExpandableListAdapter class and in
getChildView() method i have created layouts for different groups :
public View getChildView(int groupPosition, int childPosition,
boolean isLastChild, View convertView, ViewGroup parent)
{
if(groupPosition==0)
{
// Return TableLayout for group position 0.
}
else if(groupPosition==1)
{
// Return TableLayout for group position 1.
}
}
am i going the right way so far?
On Tuesday, 12 June 2012 18:29:07 UTC+5:30, Raneez wrote:
>
> Is it possible to use TableLayout to get the same function of
> ExpandableListView by dynamically adding the rows(when expanding) and
> removing the rows ( when hiding) ?
--
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