I am building a chat-like Android application, similar to Hangouts. For this purpose I am using a vertical ListView with stackFromBottom=true and transcriptMo
stackFromBottom=true
transcriptMo
after you insert the record in your adapter you can try to use
yourListView.setSelection(yourAdapter.getCount() - 1);