How do we implement a 3-level expandable list view in Android and make the childs in the final view clickable?
-
I get the data for theExpandable listview at the runtime (of course has the format beforehand).How can I implement this?(Any tutorial links are helpful). Example: First Level:Displays names.Click on any name expands another Expandable List view Second Level:Click on any individual item in the List gives aother ListView which is final View and the childs in this are to be clickable
-
Answer:
Note: You should not combine any scrollable widgets (like ListView inside another ListView). ExpandableListView is designed to handle two layers not more, don't try it, it will make your life hell.
Md Shahbaaz Khan at Quora Visit the source
Related Q & A:
- How to implement search view for list view?Best solution by Stack Overflow
- How to create expandable list?Best solution by Stack Overflow
- How can I implement a multilayer social network in R?Best solution by Computational Science
- How can I remove a contact from a list in my address book?Best solution by windows.microsoft.com
- How do I do a 3-way on my phone?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.