Hello,
I've searched this form, but my question is different from what most people ask and answers that are provided.
I have a Multi-Line EditText that is sized to match almost the full size of the phones display.
I am displaying the output of Speech Recognition. When new speech is recognized, the text is added to the end of the EditText and is scrolled into view by setting the selection start location – kind of like a video display terminal.
This gives me a scrolling display of recognized speech.
I have found that after an hour or two new speech stops being displayed in the EditText. If I clear the EditText, new speech is displayed as expected.
I don't know if it's because:
Are these maximum values device or Android version dependent?
Thanks,
Barry.
I've searched this form, but my question is different from what most people ask and answers that are provided.
I have a Multi-Line EditText that is sized to match almost the full size of the phones display.
I am displaying the output of Speech Recognition. When new speech is recognized, the text is added to the end of the EditText and is scrolled into view by setting the selection start location – kind of like a video display terminal.
This gives me a scrolling display of recognized speech.
I have found that after an hour or two new speech stops being displayed in the EditText. If I clear the EditText, new speech is displayed as expected.
I don't know if it's because:
- The text buffer of the EditText Is full.
- The EditText has reached the maximum number of characters it can display.
- The EditText has reached the maximum number of lines it can display.
Are these maximum values device or Android version dependent?
Thanks,
Barry.