GET SCROLLBAR POSITION IN WINDOW ANDROID STUDIO SCROLLVIEW code example
Example: android recyclerview scroll to bottom
recyclerView.scrollToPosition(list.size - 1)
// this might be helpful
layoutManager.reverseLayout = true
recyclerView.scrollToPosition(list.size - 1)
// this might be helpful
layoutManager.reverseLayout = true