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
Making it a little explicit:
final LinearLayoutManager layoutManager = new LinearLayoutManager(mActivity); layoutManager.setStackFromEnd(true); recyclerView.setLayoutManager(layoutManager);