Home > Mobile >  How to get the Android all child controls within the parent
How to get the Android all child controls within the parent

Time:04-08

How to express it,
To obtain a control's parent control (containers) all the controls in the
Linear layout
-- text
- edit box
- text
- edit box

To achieve access to all controls within the linear layout and returns the results

The text content & lt;/TextView>
Edit box content & lt;/EditText>
The text content & lt;/TextView>
Edit box content & lt;/EditText>

Probably let it returns the result
  • Related