Top "Linearlayoutmanager" questions

A RecyclerView.

How to scroll to a particular position in recyclerview inside scrollview?

I have searched a lot regarding my query and none of them was useful. I have a recyclerview and some …

android android-recyclerview scrollview android-nestedscrollview linearlayoutmanager
How to access LayoutManager from RecyclerView.Adapter to get scrollToPosition?

I customized RecyclerView by adding separate layouts for header and footer. I created constants to determine the property of header, …

java android scala android-recyclerview linearlayoutmanager
RecyclerView items lose focus

In my fire tv app I'm using a recyclerview with horizontal layout. Scrolling with dpad works and also items are …

android android-recyclerview linearlayoutmanager
app:stackFromEnd for RecyclerView is not working in xml?

I have a RecyclerView defined as: <android.support.v7.widget.RecyclerView android:id="@+id/message_list" android:layout_width="…

android android-layout android-recyclerview linearlayoutmanager
RecyclerView with start offset

I want that my first element in recycler view have offset by start list. I try use void onCreate(Bundle …

android android-recyclerview linearlayoutmanager