Re: [android-developers] Re: ListView item into ListView

2012-01-31 Thread Narendra Singh Rathore
On Tue, Jan 31, 2012 at 1:46 AM, fala70 fal...@gmail.com wrote: then ? what is the best solution to use a list variable items into an item listview ? Hey, what about ExpandableListView? Try that, may be helpful for you. With Regards, NSR -- You received this message because you are

Re: [android-developers] Re: ListView item into ListView

2012-01-31 Thread Narendra Singh Rathore
On Tue, Jan 31, 2012 at 1:46 AM, fala70 fal...@gmail.com wrote: then ? what is the best solution to use a list variable items into an item listview ? Hey, What about ExpandableListView? Try that, may be helpful for you. -- You received this message because you are subscribed to the Google

[android-developers] Re: ListView item into ListView

2012-01-30 Thread fala70
then ? what is the best solution to use a list variable items into an item listview ? On 30 Gen, 18:01, TreKing treking...@gmail.com wrote: On Mon, Jan 30, 2012 at 10:25 AM, fala70 fal...@gmail.com wrote: Any Idea ? Don't use ListViews within ListViews. That doesn't really make sense. Also,

Re: [android-developers] Re: ListView item into ListView

2012-01-30 Thread TreKing
On Mon, Jan 30, 2012 at 2:16 PM, fala70 fal...@gmail.com wrote: what is the best solution to use a list variable items into an item listview ? Best is debatable. If you just need a list of items, one after another, a LinearLayout should suffice.