luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Horizontal Scroll possible? #48

Closed trinadhkoya closed 7 years ago

trinadhkoya commented 7 years ago

How to make horizontal Scrollable ??i tried making Linear LAyout Manager as Horizontal.It doesnot look good

luizgrp commented 7 years ago

Hi, could you please show the code and give better explanation of what does not look good?

trinadhkoya commented 7 years ago

I want it to be like play store mode !! I am talkin about stateless fragment !! So I changed the orientation to Horizonatal ,then it looks bad

luizgrp commented 7 years ago

Linked to #44

RowlandOti commented 4 years ago

The problem now is there will be no call to notifyDatasetChanged() or other similar methods for such a nested structure. The view won't be able to update in some cases when data is sent late or recyclerview si start with wrap_content.