There is no widget currently available to do more than 2 level of
nesting. You have to write a custom widgest for that. Not sure why
anyone would want more than 2 levels on a small device.

you can use getExpandableListAdapter().getGroupCount() to get the
group count and then loop through them to expand the groups as
mentioned above by faiz.




On Oct 16, 11:33 am, "for android" <[EMAIL PROTECTED]> wrote:
> hello ,
>
> I also need to know the ans for this quesion...Please could any one help..
>
> On Wed, Oct 8, 2008 at 5:33 PM, vel <[EMAIL PROTECTED]> wrote:
>
> > can i have more that two level of nesting
>
> > On Aug 22, 9:27 am, "Faiz C" <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >      you can use the following method to expand all the items in the
> > > expandable list view.
> > > *     getExpandableListView().expandGroup(groupPos)
>
> > > *Regards,
> > > Faiz.*
> > > *
>
> > > On Thu, Aug 21, 2008 at 10:56 PM, Slater <[EMAIL PROTECTED]>
> > wrote:
>
> > > > Hi,
>
> > > > Does anyone know of a easy way (via coding or through xml attributes)
> > > > to display ExpandableListView as expanded/opened by default. Any help
> > > > is highly appreciated.
>
> > > > Thanks,
> > > > Snep.
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to