Last updated on August 26th, 2019 at 05:07 pm

Hi in this tip I am going to share you a simple line of code which helps you to resize RecyclerView on SoftInput show and hide. Add below the line of code in your RecyclerView

((LinearLayoutManager)myRecyclerView.getLayoutManager()).setStackFromEnd(true);

Hope this simple code helps you.