I saw somewhere method to make RecyclerView show ViewHolders from bottom to top. Now, i can\'t find it anywhere (after half of hour going through <
RecyclerView
ViewHolders
This is working for me in kotlin recyclerView?.scrollToPosition(mArrayList.size - 1)
This is working for me in kotlin
recyclerView?.scrollToPosition(mArrayList.size - 1)