I make a diary for the Android application. There is a ListView in which a list of current tasks is displayed. But each task can have a subtask! It turns out ListView inside ListView . How to make such nesting?
PS TreeView and similar already tried, do not fit the task. Are there any other options?