This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Multiple items on expandable item #9
Labels
Comments
Thanks! I didn't get what you are saying. There are examples in the sample project for both expandable item and expandable group (multiple items). Let me know if thats the same you requested. |
Thanks for the response. I had seen the examples and gone through them but they all have one item shown when expanded. But what am talking about is a list of items shown when a single item is expanded. More like another recyclerview or listview within an item when expanded. |
I managed to pull this off but not in the best way possible.
Looping through the child items (of the expandable items) and setting them
on the content TextView with a new line. So when expanded, it appears like
a list.
I was however wondering if this can be replaced with RecylerView or a
ListView
Thanks Riyaz for the great lib.
…On Fri, Jun 2, 2017 at 5:55 PM, Riyaz Ahamed ***@***.***> wrote:
How about this?
https://github.com/DevAhamed/MultiViewAdapter/wiki/Expandable-Group
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADEyXV2D0hsrbhmpdrCMfSvjGvOEjQWFks5sACJ1gaJpZM4NuDmn>
.
--
Lawrence Macharia
Mobile: +254 723 384 144
macharia@devs.mobi
www.mobidev.co.ke
|
Hi, if you can post a screenshot I will be able to grasp what was the requirement |
Feel free to re-open if you are still facing the issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello @DevAhamed,
Awesome work you have done on the new features.
I was however wondering if it's possible to do an example with multiple items under an expandable item.
Thanks
The text was updated successfully, but these errors were encountered: