Horje
android recyclerview scroll to bottom Code Example
android recyclerview scroll to bottom
recyclerView.scrollToPosition(list.size - 1)

// this might be helpful 

layoutManager.reverseLayout = true
android recyclerview always scroll to bottom
recyclerView.scrollToPosition(getAdapter().getItemCount()-1);




2

Related
how to handle onbackpressed in fragment Code Example how to handle onbackpressed in fragment Code Example
kotlin global constants Code Example kotlin global constants Code Example
how to initialize mutable list kotlin Code Example how to initialize mutable list kotlin Code Example
kotlin in how to set without findviewbyid Code Example kotlin in how to set without findviewbyid Code Example
random string generator kotlin Code Example random string generator kotlin Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11