I am programing a business card system . And when this program is
start , user can choose what list will be show.
The list can be order by card or order by group
when using order by card I will using ListView to show
when using order by group I will using ExpandableList to show
The question is android only can Extends one class so that I just can
only use one List.
Is it possible to implement two list view in my program ?
public class card extends ListActivity {
}
or
public class card extends ExpandableListActivity{
}
my program just can only choose one list method.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---