I am displaying some data in a ListActivity. my Layout contains a
ListView. Now I need to group these data into 3 groups in a single
list. these 3 groups of data will come from 3 different queries. now
the question is can I use 3 listviews in them and set separate
arryAdapters for each ? If yes, how will setListAdapter call look
like ? it takes a ListActivity instance, isn't it ?

Otherwise how can I group these into 3 different groups ?

setListAdapter(new ArrayAdapter<String>(this,
                                android.R.layout.simple_list_item_1, items));

how can I change the heights of the rows ? currently those look a
little broad.

regards

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

Reply via email to