I just implemented the new RecyclerView. I want to use it do display user\'s messages(sms).
RecyclerView
I read on official documentation that RecyclerView
Thanks to tyczj's comment I figured it out. In RecyclerView instead of stackFromBottom you have to use stackFromEnd https://developer.android.com/reference/android/support/v7/widget/LinearLayoutManager.html#setStackFromEnd(boolean)
stackFromBottom
stackFromEnd