How can I implement idle timeout in android?

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

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

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.