Thanks Yusuf it's answer my question for a part. Now i've change type
of ArrayList<Arraylist> to ArrayList<String> and i nearly understand
how display this in the theory but eclipse don't accepte your code. I
don't understand why you wrote "list" in  "list.setAdapter" and why
you wrote "this.android.R.layout.list_item, array_list" instead of
"R.layout.list_item".

Thanks again for your attention
Sweet

On 9 sep, 19:02, "Yusuf Saib (T-Mobile USA)" <yusuf.s...@t-mobile.com>
wrote:
> I'm not sure how you want to display a list of lists. For that you
> might want some kind of tree widget, not a list view. But if you want
> to display a list of string, use setAdapter():
>
>     list.setAdapter(new ArrayAdapter<String>(this,
> android.R.layout.list_item, array_list));
>
> Does that answer your question or did you have something else in mind?
>
> Yusuf Saib
> Android
> ·T· · ·Mobile· stick together
> The views, opinions and statements in this email are those of the
> author solely in their individual capacity, and do not necessarily
> represent those of T-Mobile USA, Inc.
--~--~---------~--~----~------------~-------~--~----~
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to