What is transcriptMode of an Android ListView?
What does it do?
From the documentation:
"In transcript mode, the list scrolls to the bottom to make new items visible when they are added."
http://developer.android.com/reference/android/widget/AbsListView.html#attr_android:transcriptMode
EDIT: To clarify, the above link is AbsListView, the super class of ListView, where the attribute comes from.