I have a question that I have a Parent Layout and I am adding many Child Layouts in the parent programmatically and dynamically but when the screen gets filled with child layouts it should automatically scroll down for next child layout which is going to be added in the parent.
Is there any property of scrollview for doing the same. I want the same as default message functionality in the android device. In which views are automatically scrolled up when new message comes. Please suggest any solution regarding this.