I have created a chat activity and like facebook messenger, there is an EditText at the bottom and above is the RecyclerView of messages. When Keyboard opens, I want to scro
Try this
LinearLayoutManager linearLayoutManager = new LinearLayoutManager(this); linearLayoutManager.scrollToPosition(yourPosition);