You can create one listview per Item & add it to UI.

eg.

Create listView for Item1, then add that listview to UI. Immediately after 
this listview add "More Items..." button.
Now for Item2, create listView, append "More Items.." button then add it to 
UI.

Iterate over all the Items, create listview, append "More Items..." button 
and finally add it UI.
You can do this process in loop.


Other way can be append "More Items..." as a listItem in item list.
Like append "More Items..." as a listItem after Item1 list.
And in onItemClickListener detect whether clicked item is "More Item..." or 
not.

On Friday, April 19, 2013 11:41:37 PM UTC+5:30, robhic wrote:
>
> Hello, I need help with the following, I need to do something like this:
>
>
> <https://lh3.googleusercontent.com/-VnI5tq7Q-dg/UXGHwpfHMeI/AAAAAAAAAAs/j3IrUfMfWbg/s1600/app1.PNG>
> achieved do everything but I lack the foot ("More items...") per item, 
> which when selected, to obtain the other items:
>
>
> <https://lh4.googleusercontent.com/-pQ0bIL3rh3Q/UXGIDwUTStI/AAAAAAAAAA0/jl7RyCMwhP0/s1600/app2.PNG>
>
> I failed to do, and I wonder if someone can help me with this, please...
>
> Regards, Robert
>
>
>

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to